What is the advantage of an array over simple variables declaration
in c?
Answers
Answered by
0
it is useful because it enables us to collect many values with the same data type in a single variable ,so it avoids giving unique names which is difficult when the data become volumnios and also used to avoid unexpected errors.
Similar questions