Computer Science, asked by Saireddyp9322, 5 months ago

#include #include int main(void) { int a = 0, b = 1, c = 2; If (a < b) ; printf (" TRUE\n"); else printf("FALSE\n"); If (a < b - c); printf (" TRUE\n"); else printf("FALSE\n"); If (b < c - 1); printf ("TRUE\n"); else printf("FALSE\n"); If (!c); printf (" TRUE\n"); else printf( "FALSE\n"); return 0; }

Answers

Answered by kaul84168
0

Explanation:

no print because question is wrong error found

Similar questions