#include <stdio.h>
int main( void )
{
int x=0,y=0,z;
z=x&&y++;
printf("y= %d",y);
return 0;
}

 

http://codepad.org/wGQZuciP

 

 

y가 증가를 안해 ㅋㅋㅋ