Question: When a function is called by main(), a new set of local variables is created. A return in the function causes those local variables to

When a function is called by main(), a new set of local variables is created. A return in the function causes those local variables to be discarded redefined in main() defined until the main() program ends. saved until another program overwrites them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
