1.

Find the output of the following program.#define INC(X) X++void main(){ int x=4; printf("%d", INC(x++));}%!

A. 4
B. 5
C. 6
D. Error
Answer» E.


Discussion

No Comment Found