Question: C++ 10 p Select the best syntax from the choices provided for the function prototype of a pass-by-reference function that takes two integer arguments and
10 p Select the best syntax from the choices provided for the function prototype of a pass-by-reference function that takes two integer arguments and has no return value. int&y); void swapInt (ints, ints) O int swapInt (int&,int&) Oswapint (int x, void swapInt (int&, ints) Oint swapInt ) void swapInt (int xs, int ys)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
