What is the Difference between "vector" and "array"?
Answer Posted / katty
In 'vector' memory allocated(dynamically) during runtime and
for array memory allocated during compilation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Is c++ vector a linked list?
What methods can be overridden in java?
What is pointer to array in c++?
What is c++ similar to?
Do you know what are static and dynamic type checking?
How many namespaces are there in c++?
Difference between pointer to constant vs. Pointer constant
How is new() different from malloc()?
Is dev c++ free?
Is c++ a good beginners programming language?
How would perform Pattern Matching in C++?
Explain the concept of memory leak?
What is the difference between prefix and postfix versions of operator++()?
Why is c++ so fast?