1. What is the output of the program given below?
A. 0, 1, 2
B. 1, 2, 3
C. 0, 2, 1
D. 1, 3, 2
Advertisement
2. What will be the output of the program in the 16-bit platform (Turbo C under DOS)?
A. 2
B. 4
C. vary from compiler
D. Linker Error : Undefined symbol ‘i’
Advertisement
3. What is the output of the program?
A. 20
B. 0
C. Garbage Value
D. Error
Advertisement
4. What is the output of the program in Turbo C (in DOS 16-bit OS)?
A. 2, 4, 6
B. 4, 4, 2
C. 2, 4, 4
D. 2, 2, 2
Advertisement
5. What is the output of the program
A. 0, 0.000000
B. Garbage values
C. Error
D. None of above
Advertisement
< PREVIOUS POSTDeclarations and Initialization - General Questions