Predict the output
#includestdio.h
int main()
{

int x = 30, y = 40;
printf ("%d", (x y)? x: y);

}


Posted on by