1.

Output? #include #define f(g,g2) g##g2 int main() { int var12 = 100; printf("%d", f(var,12)); return 0; }

A. 100
B. Compiler Error
C. 1
Answer» B. Compiler Error


Discussion

No Comment Found