Computer Science, asked by islamrazu50, 6 months ago

Maximum how many integers can be stored in this array M[3][19] ?​

Answers

Answered by saig64040
0

Answer:

I think so 4 of them M[3}[19]

Answered by Anonymous
0

Answer:

One-dimensional arrays

As an example consider the C declaration int anArrayName[10]; which declares a one-dimensional array of ten integers. Here, the array can store ten elements of type int .

Similar questions