What is the Difference between "vector" and "array"?
Answer Posted / ...........
difference of vector and array in data structure
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which programming language is best?
Tell me can a pure virtual function have an implementation?
Can circle be called an ellipse?
Define pointers?
What is c++ 11 and c++ 14?
Do vectors start at 0 c++?
What do you understand by zombie objects in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is recursion?
What is an adjust field format flag?
What is the this pointer?
What is protected inheritance?
What are the advantages of using a pointer?
How would you use the functions memcpy(), memset(), memmove()?
How does code-bloating occur in c++?