+ 1
What is arrays?
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.
+ 2
Satnam Singh ooh okay get it : D
+ 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
+ 1
Satnam Singh I was referring to the OP, why you tagged me?