Predict the output
#includestdio.h 
int main()
{
int x=50;
printf("%d, %d, %d\n", x=0, x=40, x=0);
return 0; }


Posted on by