Discussion :: Functions - C++
-
What is correct about the following program?
#include
A.
The program will print the output 20. |
B.
The program will report run time error. |
C.
The program will print the garbage value. |
D.
Compilation fails due to 'operator +' cannot have default arguments. |
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment