Sail E0 Webinar
Question
What will be the output of the program code?
#include
#define a 10
void main()
{
#define a 50
printf("%d", a);
}
Options:
A .  50
B .  10
C .  Compiler Error
D .  None of These
Answer: Option A

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