Get premium membership and access questions with answers, video lessons as well as revision papers.

Explain the need for array variables in C++

      

Explain the need for array variables in C++.

  

Answers


CHARLES
Array variables helps in storing several data types without having to declare the individual different variable each with a different identifier.For example, one can store six values of type int in an array,with a unique identifier without having to declare six different variables each with different identifier
Charcher answered the question on March 16, 2018 at 10:13


Next: Describe the limitations of using getchar and scanf functions for reading strings.
Previous: Define term function overloading as applied in C++

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions