Discussion :: References
-
Which of the following statement is correct about the program given below?
#include
A.
The program will print the output 0 11 21. |
B.
The program will print the output 10 11 11. |
C.
The program will print the output 10 11 21. |
D.
The program will print the output 10 11 12. |
E.
It will result in a compile time error. |
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment