08/06/2011
C quiz (again)
Explain why the following code displays “WTF”:
double pi; pi = 3,14; if( pi != 3,14 ) printf( "WTF\n" );
Comments are here below.
Explain why the following code displays “WTF”:
double pi; pi = 3,14; if( pi != 3,14 ) printf( "WTF\n" );
Comments are here below.