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

In order to define the height and width of rows and columns, the design view should be used

Indicate whether the statement is true or false

Computer Science & Information Technology

Monetary incentives such as bonuses or pay raises or non monetary incentives such as a grade in a course are examples of intrinsic motivation

Indicate whether the statement is true or false

Computer Science & Information Technology