Question: Help fast please Select the correct output produced after executing the following C++ code. void funX (int & &1, int &2 ) { x1+=5 2=4
Help fast please 
Select the correct output produced after executing the following C++ code. void funX (int \& &1, int &2 ) \{ x1+=5 2=4 return; \} int main() \{ int a1 =8,a2=12 funX(a1,a2); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
