Multiple Choice
A function that modifies an array by using pointer arithmetic such as ++ptr to process every value should have a parameter that is:
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
Q8: getline superstring, 30 );<br>Is equivalent to which
Q9: Assuming that t is an array and
Q11: The & operator can be applied to:<br>A)
Q12: Which of the following can have a
Q18: Which of the following gives the number
Q26: A string array is commonly used for:<br>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
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the