answersLogoWhite

0


Best Answer

one dementional array and two dementional array

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

array is a collection of similar data types .

they are three types

1.one dimensional array

2.two dimensional array

3.multi dimensional array

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the Different types of array?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why array is differ from structure?

An array is an aggregate of the same type. A structure is an aggregate of different types.


What is an array and explain its advantages and disadvantages?

what is array? explain with its advantage.


Explain characteristics of different types of organsational structures in management function and behavior?

Explain different types of ability


How do you add different logo to my page?

if (class_exists('MultiPostThumbnails')) { //$types = array('post', 'page'); $types = array('page'); foreach($types as $type) { new MultiPostThumbnails(array( 'label' => 'Header Banner', 'id' => 'secondary-image', 'post_type' => $type ) ); } }


What is the difference between an array and structure?

An array is a collection of related data elements of same type.Structure can have elements of different types.An array is a derived data type.A structure is a programmer-defined data type.A struct can contain multiple data types, whereas an array can not.


What are the different types of ISAR System- Explain?

the different types of ISAR System


What distinguishes an array from a structure?

Am array is an aggregate of elements that must be of the same type. A structure is an aggregate of elements (members) that can be of different types.


What is array Explain with syntax?

an array is a collection of the same data type.


What are the different types of array explain with examples?

There are two main types of array:1) Single dimensional array: These are arrays for which only one index is required to access the element stored in an array. They are stored in a contiguous memory location.Eg:int arr[10];//declarationarr[7] = 7;//initialization2) Multidimensional array: These are arrays for which more than one index is required to access the element stored in a specific location in the array. These are stored in a contiguous memory location row-by-row.Eg:int arr[5][5];//two dimensional arrayint arr[5][5][5];//three dimensional array


What are the different types of computing and explain them?

explain various categories of computing environment


What is the array function in CAD?

there r 2 types of array in cad - rectangular array and polar array...........


Explain the different types of constants n variables in C?

explain loop structrunes