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
Is java based off c++?
What is atoi in c++?
What is a manipulator in c++?
Explain rtti.
What is stack unwinding?
What are the different types of comments allowed in c++?
What is the disadvantage of using a macro?
What are the advantages of using const reference arguments in a function?
Do you know about latest advancements in C++ ?
Why c++ is better than c language?
What is a template in c++?
What is singleton class in c++?
How many keywords are used in c++?
What do you mean by function and operator overloading in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c