What's the practical use of array? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What's the practical use of array?

2nd Jan 2019, 1:50 PM
Rudro Saha🇧🇩
Rudro Saha🇧🇩 - avatar
3 Answers
+ 3
to store data
8th Jan 2019, 10:19 PM
Ayebidun Ezekiel Oluwaseyi
Ayebidun Ezekiel Oluwaseyi - avatar
+ 1
In fact array is one of the most important ones, representing datas and check it using loops. You know strings is also array of chars. array : int a[5][5] no array : int a1, a2, a3, ... , a25 Ofc you will use arrays right?
2nd Jan 2019, 2:48 PM
ShortCode
0
An array is a data structure, which can store a fixed-size collection of elements of the same data type.
6th Jan 2019, 9:38 AM
Farhan Saifullah
Farhan Saifullah - avatar