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.

closed what is an array

+14 votes
asked Sep 15, 2021 by Shaik Dadapeer (300 points)
closed Oct 7, 2021 by Admin
closed as a duplicate of: what is a array

5 Answers

0 votes
answered Sep 15, 2021 by Peter Minarik (84,720 points)
commented Sep 16, 2021 by Anjani Kumar Pandey (100 points)
Array is a collection of similar type of data.
0 votes
answered Sep 16, 2021 by Gaurav Joshi (140 points)
Array Is a collection of objects of same datatype with contiguous memory location.
0 votes
answered Sep 16, 2021 by PRAKHAR MISHRA (140 points)
An array is an data structure of same data types with contiguous memory allocation.
0 votes
answered Sep 17, 2021 by SHASHIKANTH K (140 points)
An Array is a collection similar elements for example an array of positive numbers
0 votes
answered Sep 22, 2021 by sireesha B (540 points)
An array is an Indexed Collection of Fixed Number of homogeneous data elements. The Main Advantage of Arrays is we can represent Multiple values with a single variable. so that reusability of code will be improved. Arrays Are Fixed In Size i.e., once we created an array with some size there is no chance of increasing or decreasing the size based on our requirement.
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.
...