+ 1

What is arrays?

16th Sep 2018, 3:04 PM
Sujan
7 Answers
+ 10
In programming, a series of objects all of which are the same size and type. Each object in an array is called an array element. For example, you could have an array of integers or an array of characters or an array of anything that has a defined data type.
18th Sep 2018, 11:03 AM
Vishnu
Vishnu - avatar
+ 2
Satnam Singh ooh okay get it : D
16th Sep 2018, 3:50 PM
Ipang
+ 1
Are you using SoloLearn mobile app? if so, read this lesson: https://www.sololearn.com/learn/2503/?ref=app But if you are on web interface then you might wanna see these instead, user submitted lessons may not be available for web users: https://www.studytonight.com/c/arrays-in-c.php https://fresh2refresh.com/c-programming/c-array/ Hth, cmiiw
16th Sep 2018, 3:21 PM
Ipang
+ 1
Satnam Singh I was referring to the OP, why you tagged me?
16th Sep 2018, 3:34 PM
Ipang
19th Sep 2018, 8:26 AM
Bhumit Mehta
Bhumit Mehta - avatar