Which of the following function declarations correctly expect an array as the first argument?

a. void f1(int array, int size);
b. void f1(int& array, int size);
c. void f1(int array[100], int size);
d. void f1(float array[], int size);
e. All of the above
f. C and D
g. A and B

f. C and D

Computer Science & Information Technology

You might also like to view...

Windows ________ is a desktop app that comes with Windows 10 with which you can create and edit drawings and display and edit stored photos

A) PhotoShop B) Draw C) PaintShop D) Paint

Computer Science & Information Technology

Excel import file types are limited to only two types of files, HTML and XML

Indicate whether the statement is true or false

Computer Science & Information Technology