What is array ? Explain different types of Array with an example.
Answers
Answered by
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