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's the best free c++ profiler for windows?
Do vectors start at 0?
Write a program to add three numbers in C++ utilizing classes.
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Is c++ pass by reference or value?
What is ostream in c++?
If a header file is included twice by mistake in the program, will it give any error?
Define a conversion constructor?
Write about an iterator class?
Define namespace in c++?
What is null pointer and void pointer and what is their use?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
How a pointer differs from a reference?
Are iterators pointers?
Explain polymorphism?