Question: What type of argument passing does this code display? include using namespace std; void add10 (int num) { num = num + 10; int main
What type of argument passing does this code display? include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
