What is the difference between one dimensional array and multidimensional array?

Questions by kaliswaranbsc   answers by kaliswaranbsc

Showing Answers 1 - 9 of 9 Answers

nkamuni

  • Dec 26th, 2007
 

A single array denotes only row data but two dimentional array denotes the data in the form of rows and colums.

  Was this answer useful?  Yes

Answer

  • Mar 29th, 2012
 

A one-dimensional array is a structured collection of components (often called array elements) that can be accessed individually by specifying the position of a component with a single index value.Two or more subscripts are needed to represent each element in two dimensional array.A list is referred to as one dimensional array and a table as two dimensional array.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions