0

What is the use of array?

In C language

1st Sep 2019, 6:24 AM
Akhil RĂąj
Akhil RĂąj - avatar
2 Answers
+ 3
Array is used to store data in an indexed form
1st Sep 2019, 8:06 AM
Qudusayo
Qudusayo - avatar
+ 1
lots of things, but let just keep this simple, you need to store 50 values what do you think will do? 50 variables hell NO, one array with size of 50 less than one 👍👌 yeah, just like a variable array helps you to hold a lots of value using one variable name, then accessing each values with an index
1st Sep 2019, 10:28 AM
✳AsterisK✳
✳AsterisK✳ - avatar