Discussion :: Structures, Unions, Enums
-
What will be the output of the program in 16 bit platform (Turbo C under DOS) ?
#include
Answer : Option B
Explanation :
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.
Be The First To Comment