What is the Difference between "vector" and "array"?
Answer Posted / sanish joseph
A growable array is calld vector while array is of fixed size,
| Is This Answer Correct ? | 41 Yes | 12 No |
Post New Answer View All Answers
Does there exist any other function which can be used to convert an integer or a float to a string?
What is the use of cmath in c++?
What is the history of c++?
Explain rtti.
What is the use of turbo c++?
When should we use container classes instead of arrays?
Describe friend function & its advantages.
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is istream c++?
Define a pdb file.
Explain how a pointer to function can be declared in C++?
What are the stages in the development cycle?
What is the difference between #import and #include in c++?
Write about the use of the virtual destructor?