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. No output
Answer» B. 4


Discussion

No Comment Found