Question: What will be the output of the following code: #include using namespace std; void fun(int& X, int& y) { X = 20; y = 10;
What will be the output of the following code: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
