1. What will be the output of the program in the 16-bit platform (Turbo C under DOS)?
A. Garbage value
B. 0 (Zero)
C. 1990
D. No output
Advertisement
2. What will be the output of the program?
A. 5, 2
B. 10, 4
C. 2, 5
D. 25, 4
Advertisement
3. What will be the output of the program?
A. Hello
B. Hi Hello
C. No output
D. Infinite loop
Advertisement
4. What will be the output of the program?
A. Print 5, 4, 3, 2, 1
B. Print 1, 2, 3, 4, 5
C. Print 5, 4, 3, 2, 1, 0
D. Infinite loop
Advertisement
5. What will be the output of the program?
A. 0, 2, 1, 0,
B. 1, 1, 2, 0,
C. 0, 1, 0, 2,
D. 0, 1, 2, 0
Advertisement
< PREVIOUS POSTFunctions - General Questions
NEXT POST >Functions - Point Out Errors