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...
A(n) ________ is a device created specifically to be used with touchscreen computers, tablets, or other similar devices in place of your finger
A) tile B) app C) pencil D) stylus
Computer Science & Information Technology
NIST responded to a mandate and created a voluntary Risk Management Framework that provides an effective approach to manage cybersecurity risks. _________________________
Answer the following statement true (T) or false (F)
Computer Science & Information Technology