ICSE Class 10 Computer Applications Question 33 of 59

Arrays — Question 35

Back to all questions
35
Question

Question 29

What are different types of arrays? Give examples of each array type.

Answer

Arrays are of different types :

  1. One-dimensional array — It comprises of finite homogeneous elements.
  2. Multi-dimensional arrays — It comprises of elements, each of which is itself an array. A two-dimensional array is the simplest of multidimensional arrays, having two indices (rows and columns).