Question

To prevent modification of array values in a function,
(a) the array must be defined staticin the function.
(b) the array parameter can be preceded by the constqualifier.
(c) a copy of the array must be made inside the function.
(d) the array must be passed call-by-reference.

Answer

This answer is hidden. It contains 3 characters.