info@avatto.com
+91-9920808017
0. What error would the following function give on compilation? f(int a,int b) { int a; a = 20; return a; }
Missing parentheses in return statement
Function should be define as int f(int a,int b)
Redeclaration of a
No error
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.