Question: Which of the following is INCORRECT? a. A function can effectively return many values to the calling program -- for example, by using reference parameters
Which of the following is INCORRECT?
| a. A function can effectively return many values to the calling program -- for example, by using reference parameters or a struct. | ||
| b. A function can return values input by the user. | ||
| c. A function can return several values to the calling program with the return statement -- for example, return (numerator, denominator). | ||
| d. A function can call another function. | ||
| e. A function can be called many times in a program. |
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
