03/06/2011
C quiz
Explain under what conditions the following C statement will display “WTF”:
if( x == ( x + 1 ) ) printf( "WTF\n" );
Comments are here below.
Explain under what conditions the following C statement will display “WTF”:
if( x == ( x + 1 ) ) printf( "WTF\n" );
Comments are here below.