Question

What method should be used to pass an array to a function that does not modify the array and only looks at it using array subscript notation?
(a) A constant pointer to constant data.
(b) A constant pointer to nonconstant data.
(c) A nonconstant pointer to constant data.
(d) A nonconstant pointer to constant data.

Answer

This answer is hidden. It contains 3 characters.