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
How do you sort a sort function in c++ to sort in descending order?
What is the use of endl in c++ give an example?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Are vectors passed by reference c++?
Define vptr.
Does a derived class inherit or doesn't inherit?
What is the difference between passing by reference and passing a reference?
What is c++ used for in games?
Explain class invariant.
How can an improvement in the quality of software be done by try/catch/throw?
What is the difference between a pointer and a link in c ++?
What is singleton pattern in c++?
what is VOID?
What are the effects after calling the delete this operator ?
What are the basic data types used in c++?