True/False
An array can be returned by a function as well as passed to a function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: When an array is passed to a
Q11: The following statement for(int val : myArray)<br>Cout
Q12: Any of the following statements can be
Q13: You can assign the contents of one
Q14: The following array definition is legal because
Q16: Elements of vectors can be access by
Q17: Each individual element of an array can
Q18: If a C++ program contains the following
Q20: To step through a one-dimensional array, accessing
Q35: When you pass an array as an