info@avatto.com
+91-9920808017
0. int a =1 , b=2;
a=chg(b) ;
cout << a << b ;
If the function chg is coded as
int chg(const int &x)
{
x=10;
return ()
};
then Functions
it results in compile-time error
it results in run time error
it prints 112
it prints 111 0
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.