#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
0
Explanation:
no print because question is wrong error found
Similar questions
Math,
4 months ago
Social Sciences,
4 months ago
Chemistry,
4 months ago
English,
8 months ago
Math,
1 year ago