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:

Verified
Correct Answer:
Verified
Q20: Which of the following is not a
Q21: A function that prints a string by
Q22: Three of the following expressions have the
Q23: Which statement would be used to declare
Q24: Pointers cannot be used to:<br>A) Contain memory
Q26: A string array is commonly used for:<br>A)
Q27: Which of the following is not a
Q28: Which of the following is not true
Q29: When a compiler encounters a function parameter
Q30: What method should be used to pass