What is array ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is array ??

19th Aug 2019, 4:10 PM
Brijesh Butani
Brijesh Butani - avatar
4 Answers
+ 17
Arrays are reffered to as structured data types. An array is defined as finite ordered collection of homogenous data, stored in contiguous memory locations. An int array holds the elements of int types and a float array holds the elements of float types. Arrays can be used ,to store list of Employee or Student names,to store marks of students, or to store list of numbers, etc. Edit - you can also refer the Sololearn Lesson : https://www.sololearn.com/learn/C/2931/
19th Aug 2019, 4:27 PM
Nova
Nova - avatar
+ 5
Brijesh Butani started learning on sololearn. There are many lesson based on array.
19th Aug 2019, 5:02 PM
Asmit joy
Asmit joy - avatar
+ 3
It is an ordered sequence of values of the same datatype.
19th Aug 2019, 4:16 PM
Seb TheS
Seb TheS - avatar
+ 3
It is a collection of data of same datatype in c.
19th Aug 2019, 4:50 PM
Vivek Raj
Vivek Raj - avatar