printf( "Value of FALSE : %d\n", FALSE); return 0; } When the above code is compiled and executed, it produces the following result: Value of TRUE : 1 Value of FALSE : 0 138