Discussion :: References
-
What will be the output of the following program?
#include class GateTest { public: GateTest(int &x, int &y) { x++; y++; } }; int main() { int a = 10, b = 20; GateTest objBT(a, b); cout" " return 0; }
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook