Multiple Choice
When a compiler encounters a function parameter for a single-subscripted array of the form int a[], it converts the parameter to:
A) int a
B) int &a
C) int *a
D) No conversion is necessary.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Three of the following expressions have the
Q23: Which statement would be used to declare
Q24: Pointers cannot be used to:<br>A) Contain memory
Q25: To prevent modification of a built-in array's
Q26: A string array is commonly used for:<br>A)
Q27: Which of the following is not a
Q28: Which of the following is not true
Q30: What method should be used to pass
Q31: What does the following statement declare? int
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the