Answer Posted / saranya
array is a collection of homogeneous data that shares a
common name and stored in a sequence of memory.
Syntax:
<data_type> <variable_name>[<dimension_size>];
ex:
int arr[5];
Where,
int is an integer datatype,
arr[5] is a variable name with size 5.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c++ stringstream?
What is flush c++?
What is microsoft c++ redistributable?
Does c++ vector allocate memory?
What is heap sort in c++?
Is java based off c++?
What does h mean in maths?
Does c++ support multilevel and multiple inheritances?
What are the various arithmetic operators in c++?
Why do we need runtime polymorphism in c++?
What are the three forms of cin.get() and what are their differences?
We use library functions in the program, in what form they are provided to the program?
What's the order in which the local objects are destructed?
What is virtual base class uses?
What is the purpose of template?