Page 135 - 6437
P. 135

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
   130   131   132   133   134   135   136   137   138   139   140