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