

InterviewSolution
Saved Bookmarks
1. |
What will be the output of the program in Turbo-C ? |
Answer» Since C is a compiler dependent language, it may give different outputs at different platforms. We have given the Turbo-C Compiler (under DOS) output. Please try the above programs in Windows (Turbo-C Compiler) and Linux (GCC Compiler), you will understand the difference better. | |