defination of array.?????
Answers
Answered by
2
Answer:
hola mate
heres ur answer
Array is the collection of similar data types.. .. .
i hope this will help.. .
plz mark brainliest
Answered by
5
- array is a collection of similar type of data type
- element of array are stored in consecutive memory location.
- element of an array are referred by an index which is also known as subscript.
- declaration of array
- int a[100]
- integer is a data type denoted by int , name of array is' a'size of array is 100.
- initialisation of array
- int a[] = {20,5,2,1,3}
Similar questions