Which of the following function declarations receives a pointer to a two-dimensional array of integers with five rows and ten columns?

A. void fun(int ary[10][5]);
B. void fun(int ary[5][10];
C. void fun(int* ary[5];
D. void fun(int** ary;
E. void fun(int** ary[5];


Answer: D

Computer Science & Information Technology

You might also like to view...

The Table button is located in the:

A) Tables group on the VIEW tab. B) Insert group on the HOME tab. C) Tables group on the INSERT tab. D) Design group on the VIEW tab.

Computer Science & Information Technology

____ software helps you track and allocate resources.

A. Tax preparation B. Project management C. Personal finance D. Statistical

Computer Science & Information Technology

____________ components include devices such as printers, disk drives, network cards, and monitors.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A summary calculation of values for a category.

What will be an ideal response?

Computer Science & Information Technology