A function that modifies an array by using pointer arithmetic 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...

Sorting dates oldest to newest:

A) displays data in chronological order. B) is the process of displaying only records that meet specific conditions. C) arranges dates in alphabetical order. D) is a Text filter.

Computer Science & Information Technology

C++11 allows you to directly set the member variables to initial values in the definition of the class. This feature is called __________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology