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) int * const a

Answer

This answer is hidden. It contains 3 characters.