

InterviewSolution
Saved Bookmarks
1. |
What will be the output of the program (Turbo C in 16 bit platform DOS) ? |
Answer» It prints 'IndiaBIX IndiaBIX' in TurboC (in 16 bit platform). It may cause a 'segmentation fault error' in GCC (32 bit platform). | |