Sail E0 Webinar
Question
Find the output of the following program.
#define INC(X) X++
void main()
{
int x=4;
printf("%d", INC(x++));
}
Options:
A .  4
B .  5
C .  6
D .  Error
Answer: Option D

Submit Your Solution Below and Earn Points !

Submit Solution

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

Latest Videos

Latest Test Papers