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
Mention the ways in which parameterized can be invoked.
What is the use of this pointer in c++?
Define pointers?
What is an operator in c++?
Explain container class.
What is general form of pure virtual function? Explain?
Write about an iterator class?
Explain the differences between private, public and protected and give examples.
Can I learn c++ in a week?
When do we use copy constructors?
What is c++ redistributable?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
How does atoi function work?
Do you know what is overriding?
What are references in c++? What is a local reference?