What will be the output of the following program : void main() { char str[]="C For Swimmers"; printf("%d",sizeof str); }
14
Compile-Time Error
15
None of the above