What is the Difference between "vector" and "array"?
Answer Posted / musaddique
arrat is derived type But vector is user-defined type or
class type
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What are formatting flags in ios class?
Write about the members that a derived class can add?
Can we specify variable field width in a scanf() format string? If possible how?
What does new return if there is insufficient memory to make your new object?
What is a c++ vector?
What is rtti in c++?
What are the steps in the development cycle?
Is empty stack c++?
What is the return value of the insertion operator?
What is #include iomanip?
What is the difference between *p++ and (*p)++ ?
What is the use of class in c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What are the differences between java and c++?
Difference between class and structure.