Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

tell about the array

0 votes
asked Aug 23, 2019 by Ch Krishna (120 points)

1 Answer

0 votes
answered Aug 26, 2019 by Arghadeep Barik (140 points)
An array is a named collection of several data of a particular datatype which gets stored at a particular location. In OOP, an array is an inbuilt class which has its own object and can be used to access different elements using a particular variable.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...