Discussion :: Functions - C++
-
Which of the following statement is correct about the program given below?
#include void Tester(int xx, int yy = 5); class Freshergate { int x; int y; public: void Tester(int xx, int yy = 5) { x = xx; y = yy; coutint main() { Freshergate objGate; objGate.Tester(5, 5); return 0; }
|
A.
The program will print the output 0. |
|
B.
The program will print the output 1. |
|
C.
The program will print the output 2. |
|
D.
The program will print the output garbage value. |
|
E.
The program will report compile time error. |
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook