Multiple Choice
To pass an array as an argument to a function, pass the __________ of the array.
A) contents
B) size, expressed as an integer
C) name
D) value of the first element
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: To assign the contents of one array
Q16: This vector function returns true if the
Q17: C++ limits the number of array dimensions
Q18: An array can store a group of
Q19: An array of string objects that will
Q21: Arrays must be _ at the time
Q22: An array's size declarator must be a
Q23: What will the following code display?<br>Int numbers[4]
Q24: A two-dimensional array of characters can contain<br>A)
Q25: An array can easily be stepped through