closed by
204 views
0 votes
0 votes
closed as a duplicate of: output of c program
main()

{

int x=1,y=0,z=5;

int a=x && y&&z++;

printf("%d",z);

}

what's the output and how is it evaluated
closed by

No related questions found