📚 Practice Mode

Programming Languages History and Concepts

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What will be the output of the following program : void main() { char str[]="C For Swimmers"; printf("%d",sizeof str); }

  1. 14
  2. Compile-Time Error
  3. 15
  4. None of the above