0
What is the use of array?
In C language
2 Answers
+ 3
Array is used to store data in an indexed form
+ 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