Top

Discussion

 

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: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment