Question: How does a function report its result back to its calling (or boss) function if there is a value to be reported back? By storing
How does a function report its result back to its calling (or boss) function if there is a value to be reported back?
By storing the result into one of the variables passed as an argument. By storing the result directly into the caller's variable. By cout-int the result to the screen. By asking the user to do it. By executing a return statement with the result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
