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.


d. A constant pointer to constant data.

Computer Science & Information Technology

You might also like to view...

Why are sine waves fundamental to data communications?

What will be an ideal response?

Computer Science & Information Technology

Low coupling limits a module's flexibility.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following will back up only the contents of a folder that have changed since the last full backup or are the last incremental backup?

A. Full backup B. Incremental backup C. Differential backup D. Copy backup

Computer Science & Information Technology

The ____ operation uses the === (triple equal sign) to compare two operands for equality and data type.

A. equal B. strict equal C. comparison

Computer Science & Information Technology