Question: c++ code only Question 23 (1 point) Which of the following function declarations correctly expect an array as the first argument? Question 23 options: void
c++ code only
Question 23 (1 point)

Which of the following function declarations correctly expect an array as the first argument?
Question 23 options:
| void f1(int array, int size); | |
| void f1(int& array, int size); | |
| void f1(int array[100], int size); | |
| void f1(float array[], int size); | |
| All of the above | |
| C and D | |
| A and B
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
