Discussion :: Functions - C++
-
Which of the following statement is correct about the program given below?
#include
A.
The program will display the output 4 3 2 3 2 1 2 1 0. |
B.
The program will display the output 0 1 2 1 2 3 2 3 4. |
C.
The program will display the output 9 garbage values. |
D.
The program will report error on compilation. |
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment