Sail E0 Webinar
Question
The output of the following program is:
#define f(g,g2) g##g2
void main()
{
int var12=100;
printf("%d", f(var,12));
}
Options:
A .  Syntax error
B .  Runtime error
C .  g##g2
D .  100
E .  10012
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers