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 is the use of function pointer?
What are the benefits of pointers?
Describe public access specifiers?
What are the uses of c++ in the real world?
Why we use #include iostream in c++?
Is vector a class in c++?
What are structs in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
what are the iterator and generic algorithms.
Why was c++ made?
Do vectors start at 0?
What is a c++ class?
What are the sizes and ranges of the basic c++ data types?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Is std :: string immutable?