What is the Difference between "vector" and "array"?
Answer Posted / musaddique
arrat is derived type But vector is user-defined type or
class type
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What is the difference between a pointer and a link in c ++?
Why are pointers not used in c++?
Is c++ faster than c?
What is std :: flush?
What is a static element?
Why c++ is created?
How did c++ start?
Can we delete this pointer in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What c++ library is string in?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is increment operator in c++?
How will you call C functions from C ++ and vice-versa?
How we can differentiate between a pre and post increment operators during overloading?
Do you know the problem with overriding functions?