Solved

What Method Should Be Used to Pass an Array to a Function

Question 30

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:

verifed

Verified

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

Related Questions