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
Explain one method to process an entire string as one unit?
Explain the scope of resolution operator.
Explain selection sorting?
Which programming language's unsatisfactory performance led to the discovery of c++?
Why c++ is the best language?
What does iomanip mean in c++?
What is the purpose of the "delete" operator?
What is data binding in c++?
What is enum class in c++?
What are the advantages of early binding?
What is the difference between c++ and turbo c++?
Differentiate between realloc() and free().
Is python better than c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
How does java differ from c and c++?