What will be the output of the following function?
#define int char main() { int i=65; printf(%d,sizeof(i)); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following function?
#define int char main() { int i=65; printf(%d,sizeof(i)); }