

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? #include #define MIN(x, y) (x 0) printf("%d\n", z); return 0; } |
A. | 3 |
B. | 4 |
C. | 0 |
D. | No output |
Answer» B. 4 | |