The output of the following code snippet is ___________ ( ) main( ) { int x=3,y,z; y=x=10; z=x<10; printf(n x=%d y=%d z=%d,x,y,z); }
Reveal answer
Fill a bubble to check yourself
The output of the following code snippet is ___________ ( ) main( ) { int x=3,y,z; y=x=10; z=x<10; printf(n x=%d y=%d z=%d,x,y,z); }