True/False
A call-by-value parameter may pass data only into a function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The position of the ampersand in the
Q13: Define function signature:
Q14: Suppose a programmer supplies the ampersand for
Q15: Write a void function definition for a
Q16: The call-by-reference mechanism is specified in the
Q18: Functions that call other functions can be
Q19: Which of the following function declarations with
Q20: Consider the revised pizza buying program of
Q21: Write a definition for a void-function that
Q22: Default arguments can be used with either