Computer Science, asked by SoulStealer1030, 1 year ago

What is the advantage of an array over simple variables declaration
in c?

Answers

Answered by dessuabewa
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