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.


b. The built-in array parameter can be preceded by the const qualifier.

Computer Science & Information Technology

You might also like to view...

In the Schedule table, the ____ field is the number of days that a task could be delayed without affecting its successor task.

A. Total Slack B. Late Start C. Free Slack D. Late Finish

Computer Science & Information Technology

The Auto Hide button on the Toolbox title bar contains a ____ icon which indicates whether the Toolbox will remain open.

A. Lock B. Checkmark C. Minimize D. Pushpin

Computer Science & Information Technology

Which of the following is the default directory for User Profiles in Windows 7?

A. C:\Profiles\ B. C:\User Profiles\ C. C:\Users\Profiles\ D. C:\Users\

Computer Science & Information Technology

The ____ Tool moves a path segment or individual anchor points.

A. Pen B. Direct Selection C. Path Selection D. Freeform Pen

Computer Science & Information Technology