Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What will be the output of the program in DOS (Compiler - Turbo C)?

Answer» Due to the C language is being platform dependent: In Turbo C (DOS - 16 bit platform), the output will be 2. But in GCC (Unix/Linux - 32 bit platform), the output will be 4.