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 .  None of These
B .  Compiler Error
C .  sizeof(i)=1
D .  sizeof(i)=2
Answer: Option C

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