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 #include iostream?
Does c++ cost money?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What does it mean to declare a member function as virtual?
Explain what is class definition in c++ ?
What size is allocated to the union variable?
What is the difference between passing by reference and passing a reference?
Who made c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is a string example?
What is the arrow operator in c++?
Explain some examples of operator overloading?
give me an example for testing a program showing the test path .show how the test is important and complex.