Sail E0 Webinar
Question
What will be the output of the program?
#include
#define int char
void main()
{
int i = 65;
printf("sizeof(i)=%d", sizeof(i));
}
Options:
A .  sizeof(i)=2
B .  sizeof(i)=1
C .  Compiler Error
D .  None of These
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

More Questions on This Topic :


Latest Videos

Latest Test Papers