Answer Posted / aboelella
-Arrays are containers holding same data type
-Represented in memory as a sequence of elements
-Accessed through index of based zero
-It eleminates the need of defining variables with the
length of the array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does namespace mean in c++?
What are the differences between the function prototype and the function defi-nition?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Can you pass a vector to a function?
Can circle be called an ellipse?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Why should we use null or zero in a program?
Please explain class & object in c++?
What is vector string in c++?
What is virtual function? Explain with an example
Why do we need c++?
What is a friend function in c++?
Is c# written in c++?
What is const pointer and const reference?
What is data abstraction? How is it different from data encapsulation?