/* Importance of Logical Operators Precedence * CS201 - by RA */ #include int main(void) { int x,y,z; x=0; y=1; z=2; printf("\nValue of x is: %d, y is: %d, z is: %d\n", x, y, z); printf("Value of (x0 is %d\n", (x0); printf("Value of x0 is %d\n", x0); printf("Value of !(x0) is %d\n", !(x0) ); printf("Value of !x0 is %d\n", !x0); exit(0); }