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.
a. A nonconstant pointer to nonconstant data.
Computer Science & Information Technology
You might also like to view...
Gray circles visible in Outline view indicate that a paragraph is body text,which:
A) is Level 3. B) is Level 2. C) is Level 1. D) does not have a level.
Computer Science & Information Technology
Give an example of when a link based implementation of a stack is a better choice.
What will be an ideal response?
Computer Science & Information Technology