Discussion :: Objects and Classes
-
Which of the following statement is correct about the program given below?
#include
#include
A.
The program will print the output 1 2. |
B.
The program will print the output 0 1. |
C.
The program will print the output 1 1. |
D.
The program will print the output 1. |
E.
The program will report compile time error. |
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment