Short Answer
____________________ parameters are useful in three situations:• When the value of the actual parameter needs to be changed
• When you want to return more than one value from a function
• When passing the address would save memory space and time relative to copying a large amount of data
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Given the following function prototype: int myFunc(int,
Q11: Assume that all variables are properly declared.The
Q12: Given the function prototype: double testAlpha(int u,
Q13: When you attach & after the dataType
Q14: The output of the statement:cout << tolower('$')
Q16: The heading of the function is also
Q17: The _ of a function consists of
Q18: A variable or expression listed in a
Q19: The output of the statement: cout <<
Q20: Given the following function prototype: int test(float,