info@avatto.com
+91-9920808017
0. What is the output of the following c++ program?void abc (int x = 0, int y = 0){cout << "Hi There";}void abc (int x){cout << "How are you doing today ? " ;}void main (void)(int m = 5;abc (m) ;}
Hi There
How R U doing today?
What gets printed depends on how the particular compiler is implemented
It results in compilation 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.