Discuss the applications of arrays.
Answers
Answered by
2
Applications of Arrays in C. ... In c programming language, single dimensional arrays are used to store list of values of same datatype. In other words, single dimensional arrays are used to store a row of values. In single dimensional array data is stored in linear form.
Similar questions