+ 2
In C++
What’s the difference between Vector and Array ? Briefly explain please .!
5 Respuestas
+ 4
Vectors can shrink or expand where's array can't.
+ 1
Miss @Mirielle Do you mean we cant Determine Vector size ?🤔
vector <int> Grade(size of vecto);
+ 1
Mirielle Got it thank you 🤗