Trace the following and select which output matches your output from your trace:
#include
usingnamespacestd;
intmain()
{
intx, y;
int*p = &x;
int*q = &y;
x = 62;
y = 38;
*p = 55;
coutx" "yendl;
cout*q" "*pendl;
return0;
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here