Question: hand write answers please step by step complete a and b please 1. (20 points) Write the output of each program, exactly you will see

1. (20 points) Write the output of each program, exactly you will see on your screen. a) (10 points) void func(int &v, int r, int* p) { V = V + 10; rer + 10; *p = *p + 10; int main() { int i = 10; int j = 15; int k = 20; func(i, j, &k); cout using namespace std; template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
