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
Define 'std'.
What is late binding c++?
What is a pointer how and when is it used?
Why can’t you call invariants() as the first line of your constructor?
When should I use unitbuf flag?
What are keywords in c++?
When does a 'this' pointer get created?
Explain the concept of dynamic allocation of memory?
What does flush do?
What are destructors?
What is copy constructor? Can we make copy constructor private in c++?
Can malloc be used in c++?
Explain the uses of static class data?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is :: operator in c++?