void main() { printf("Hello"); return 5; printf(" World"); }

  1. I have started hating C now!!

  2. Hello

  3. Compilation Error - Cannot return when return type is Void

  4. Hello World

  5. Segmentation fault


Correct Option: B

Find more quizzes: