Which of the following parameter declarations accepts a three dimensional array of 10 rows, 20 columns, and 5 planes?

A. float ary [][20[5]
B. float ary [][10][20]
C. float* ary [20][5]
D. float** ary [5]
E. float*** ary;


Answer: B

Computer Science & Information Technology

You might also like to view...

A __________ is a technique for enhancing the effect of a cryptographic algorithm or adapting the algorithm for an application, such as applying a block cipher to a sequence of data blocks or a data stream.

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

Computer Science & Information Technology

The stroke and fill colors can be set on the ____ panel.

a. Tools b. Shapes c. Colors d. Options

Computer Science & Information Technology

The recommended minimum font size for text in the body of a slide is ________ points

A) 12 B) 16 C) 18 D) 20

Computer Science & Information Technology

You can only have one primary key in a table, but you can have several foreign keys

Indicate whether the statement is true or false

Computer Science & Information Technology