Multiple Choice
What method should be used to pass an array to a function that does not modify the array and only looks at it using array subscript notation:
A) A nonconstant pointer to nonconstant data.
B) A nonconstant pointer to constant data.
C) A constant pointer to nonconstant data.
D) A constant pointer to constant data.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q25: To prevent modification of a built-in array's
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
Q31: What does the following statement declare? int
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the