Computer Science, asked by misskhan42, 10 months ago

defination of array.?????​

Answers

Answered by Anonymous
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 Anonymous
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