+ 3
Simple think for Array.
Can you guys explain to me, what is Array, and for what and how to use it!
4 Respuestas
+ 11
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 arr 😁
+ 10
Just have a look at some of the SoloLearn courses... Hope you can access the link, otherwise you'll have to start the C course from the beginning... 🤓
https://www.sololearn.com/learn/C/2931/
+ 4
array is a collection of the similar type of data element | using for store multiple similer datas | array use in lots of programming languages like C, C++,Java etc