adplus-dvertising
frame-decoration

Question

Which of the following is a two-dimensional array?

a.

array array[20][20]

b.

int array[20][20]

c.

int array[20, 20]

d.

char array[20]

Posted under Compiler Design

Answer: (b).int array[20][20]

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is a two-dimensional array?