Q:

We define an array whose elements are arrays by providing two dimensions: the dimension of the array itself and the dimension of its elements

0

We define an array whose elements are arrays by providing two dimensions: the dimension of the array itself and the dimension of its elements.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

int ia[3][4]; // array of size 3; each element is an array of ints of size 4
// array of size 10; each element is a 20-element array whose elements are arrays of 30 ints
int arr[10][20][30] = {0}; // initialize all elements to 0

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now