Solved

To Prevent Modification of a Built-In Array's Values When You

Question 25

Multiple Choice

To prevent modification of a built-in array's values when you pass the built-in array to a function:


A) The built-in array must be declared static in the function.
B) The built-in array parameter can be preceded by the const qualifier.
C) A copy of the built-in array must be made inside the function.
D) The built-in array must be passed by reference.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions