adplus-dvertising
frame-decoration

Question

What is the need for C arrays?

a.

You need not create so many separate variables and get confused while using.

b.

Using a single Array variable, you can access all elements of the array easily.

c.

Code maintainability is easy for programmers and maintainers.

d.

All of the above

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the need for C arrays?