0 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 Programming in C + – A_i_$_h 332 views comment Share Follow Print 0 reply Please log in or register to add a comment.