Question

A function that prints a string by using pointer arithmetic such as ++ptr to output each character 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.

Answer

This answer is hidden. It contains 36 characters.