Question: C++ Consider the function void change(int *p) { *p = 20; } Show how to call the change function so that it sets the integer
C++
Consider the function void change(int *p) { *p = 20; } Show how to call the change function so that it sets the integer variable int i; // Exists in main, your call to change is right after that) to 20.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
