Computer Science, asked by akofficial3186, 1 year ago

What is array ? Explain different types of Array with an example.

Answers

Answered by Anonymous
0

Array is the collection of objects with the sameness type of name.

There are single dimensional array and double dimensional array

Ex: arr[] single dimensional

arr[] [] double dimensional array.

Similar questions