Question: in C++ Write a void function that takes three variables (a, b, c) as a reference parameters. The function will then rotates the values stored

in C++
Write a void function that takes three variables (a, b, c) as a reference parameters. The function will then rotates the values stored so that value a goes to b, b, to c and to a Display the values of a, b, c before passing the values to the function and after the function call
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
