1.

The output of the following program is:#define f(g,g2) g##g2void main(){int var12=100;printf("%d", f(var,12));}

A. yntax error
B. untime error
C. ##g2
D. 00
E. 0012
Answer» E. 0012


Discussion

No Comment Found