C
This commit is contained in:
9
DeitelC/Chapter4/check.c
Normal file
9
DeitelC/Chapter4/check.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int i = 5, j = 7, k = 4, m = -2;
|
||||
//printf("%d", i >= 5 && j > 4);
|
||||
/*printf("%d", !m && k > m);
|
||||
printf("%d", !k || m); */
|
||||
printf("%d", !2);
|
||||
}
|
Reference in New Issue
Block a user