What will be the output of the following program : void main() { char str[]="C For Swimmers"; printf("%d",sizeof str); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following program : void main() { char str[]="C For Swimmers"; printf("%d",sizeof str); }