In the code shown here, what is the correct array declaration for the array used in FillArray?

```int FindAverage(float numbers[][25]);
int main()
{
//declarations go here
int total;
total = FillArray(numbers);```
A. int numbers[25];
B. int numbers[25][25];
C. float numbers[25][25];
D. float numbers[25];

B

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a change you can apply from the Slide Master tab?

A) Colors B) Pictures C) Themes D) Fonts

Computer Science & Information Technology

Signals travel in a cable at some percentage of the velocity of light. What is the term for this?

What will be an ideal response?

Computer Science & Information Technology