What is the Difference between "vector" and "array"?
Answer Posted / katty
In 'vector' memory allocated(dynamically) during runtime and
for array memory allocated during compilation.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of structure in c++?
What is data type in c++?
Name the debugging methods that are used to solve problems?
Describe delete operator?
Explain the concept of memory leak?
Describe linkages and types of linkages?
What c++ is used for?
What is c++ vb?
What is istream and ostream in c++?
How the keyword struct is different from the keyword class in c++?
How do you find out if a linked-list has an end?
What will happen if a pointer is deleted twice?
Describe the syntax of single inheritance in C++?
Write bites in Turbo c++ Header ("Include") Files.
Will rust take over c++?