Problem Statement : What are in C the values of TRUE and FALSE?
Programming Language : C
Program Code :#include
int main(void) {
printf("The value of 1<2 is %d\n", (1<2));
printf("The value of 2<1 is %d\n", (2<1));
}
/* The program prints out
The value of 1<2 is 1
The value of 2<1 is 0
*/
The legal tricks-Learn Your Self
Latest gadgets,softwares,hardware,reviews,programming and campuses, game cheats ext......
Labels: C C++ language
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment