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...

Match each term with the correct statement below.

A. A low-level network device that determines the specific direction of a network packet from one segment to another. B. A dedicated communication network that uses a public transmission system like the Internet C. The arrangement of protection into increasingly stronger layers of security D. The specific arrangement of the components of a network E. A software and hardware item that is directly responsible for directing the flow of packets from one device to another over a network F. The ability to authenticate a given individual or process as trustworthy G. The specific array of software or hardware items that make up a component or system H. An automated system that identifies unauthorized attempts to access the system and responds according to preprogrammed instructions I. A component of a network that interconnects two components with each other

Computer Science & Information Technology

Which subfolder created by Windows Vista for each user's personal folder acts as a centralized database used by Windows Mail?

A) Favorites B) Contacts C) Downloads D) Links

Computer Science & Information Technology

The ________ element can be used to insert sound, video, XHTML documents, and images into a Web page

Fill in the blank(s) with correct word

Computer Science & Information Technology

The issent() function can be used to determine if the $Submit variable has been set (if the Submit button has been pressed).

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

Computer Science & Information Technology