+ 2
What is array function in c programming how it's works
I want to answer in easy language
3 Respostas
+ 5
Go through this tutorial
https://www.sololearn.com/learn/C/2931/
+ 3
Arrays are used for data storage. They are not functions.
+ 3
You can store data elements of the same type in a C array.