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
Which operator cannot be overloaded c++?
Why c++ is better than c language?
Define what is constructor?
What is #include sstream?
What is private inheritance?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Can a Structure contain a Pointer to itself?
Explain the operation of overloading of an assignment operator.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain rtti.
What is the difference between #import and #include in c++?
What is the best c++ ide?
Why is it necessary to use a reference in the argument to the copy constructor?
What is the meaning of string in c++?
Explain static and dynamic memory allocation with an example each.