Question: What does the following program write on the screen? #include int main(void) { 01: 02: 03: 04: 05: 06: 07: 08: 09: 10: 11:

What does the following program write on the screen? #include int main(void) { 01: 02: 03: 04: 05: 06: 07: 08: 09: 10: 11: } int A=1, B=0, C; C= A && A B && !B; printf("%d", c); return 0;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
