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
How is modularity introduced in C++?
What is buffer and example?
What is data structure in c++?
What is the limitation of cin while taking input for character array?
What is flag in computer?
what kind of projects are suitable for c and c++
What is the use of data hiding?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Does c++ have foreach?
What sorting algorithm does c++ use?
How do you print a string on the printer?
Are c and c++ different?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Comment on c++ standard exceptions?
Write a struct time where integer m, h, s are its members?