Which of the following function declarations correctly guarantee that the function will not change any values in the array argument?

a. void f1(int array[], int size) const;
b. void f1(int array[], int size);
c. void f1(int &array, int size);
d. void f1(const int array[], int size);
e. void f1(int array[], const int size);

d. void f1(const int array[], int size);

Computer Science & Information Technology

You might also like to view...

Services that one business provides for another are called ________

A) C2B B) C2C C) B2B D) B2C

Computer Science & Information Technology

The Field Size property is not available for Currency fields.

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

Computer Science & Information Technology