Page 1 of 1

Which of the following is a two-dimensional array?

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) array array[20][20]
b) int array[20][20]
c) int array[20, 20]
d) char array[20]