What will be the output of the following set of code after execution?
void main() { printf(“%d %d”,sizeof('9'),sizeof(567)); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of code after execution?
void main() { printf(“%d %d”,sizeof('9'),sizeof(567)); }