Predict the output
#includestdio.h
int main()
{
int x=2, y=1;
x*=x+y; printf("%d\n", x);
return 0;
}


Posted on by