Question

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.

Answer

This answer is hidden. It contains 7 characters.