

InterviewSolution
Saved Bookmarks
1. |
What will be the output of the program in 16 bit platform (Turbo C under DOS) ? |
Answer» Since C is a compiler dependent language, in Turbo C (DOS) the output will be 2, but in GCC (Linux) the output will be 4. | |