info@avatto.com
+91-9920808017
0. A function abc is defined as void abc (int x=0, int y=0) { cout << x << y; } Which of the following function calls is/are illegal? (Assume h, g are declared as integers)
abc () ;
abc (h) ;
abc (g, h) ;
None of the above
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.