Q:

If we supply fewer subscripts than there are dimensions, then the result is the inner-array element at the specified index

0

If we supply fewer subscripts than there are dimensions, then the result is the inner-array element at the specified index.

All Answers

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

// assigns the first element of arr to the last element in the last row of ia
ia[2][3] = arr[0][0][0];
int (&row)[4] = ia[1]; // binds row to the second four-element array in ia

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