Question: Can you help me correct this code to swap the value of a and b #include using namespace std void useref (int&, int&) void useval
#include using namespace std void useref (int&, int&) void useval (int, int); 5 int mainO int a 5; int b 6; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
