Multiple Choice
When an array is passed to a function, it is actually ________ the array that is passed.
A) the starting memory address of
B) a copy of all the values in
C) the value stored in the first element of
D) the data type and size of
E) the data type and name of
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: When you create a vector it is
Q6: The elements of an array can be<br>A)
Q7: To access an array element, use the
Q8: What does the following statement do?<br>Typedef int
Q9: The size of an array is the
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
Q15: An array can be returned by a