Question: When a variable is passed via a function parameter, what is copied? When a pointer is passed via a function parameter, what is copied?
When a variable is passed via a function parameter, what is copied? When a pointer is passed via a function parameter, what is copied?
Step by Step Solution
3.59 Rating (152 Votes )
There are 3 Steps involved in it
In C when a variable is passed to a function by value what is copied is the value of the variable Th... View full answer
Get step-by-step solutions from verified subject matter experts
