Which of the following function declarations receives a pointer to a row of ten integers?

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


Answer: D

Computer Science & Information Technology

You might also like to view...

Presentation software has the capability of printing ________, which may provide space for note-taking

Fill in the blank(s) with correct word

Computer Science & Information Technology

The 802.11i standard uses ____ for creating random encryption keys from one master key.

A. AES B. PSK C. TKIP D. RSN

Computer Science & Information Technology

Class string member functions ______ and ________ convert strings to C- style strings.

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

Computer Science & Information Technology

The ____________________ and ostream classes provide the data declarations and methods used for data input and output, respectively.

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

Computer Science & Information Technology