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
What is c++ w3school?
Is arr and &arr are same expression for an array?
How do you print a string on the printer?
Are php strings immutable?
What problems might the following macro bring to the application?
What is doubly linked list in c++?
If you don’t declare a return value, what type of return value is assumed?
give me an example for testing a program showing the test path .show how the test is important and complex.
How can a struct in c++ differs from a struct in c?
What are the advantages of c++?
What is #include c++?
When should overload new operator on a global basis or a class basis?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Is string data type in c++?
What is basic if statement syntax?