i have completed the course till recursion and haven’t use any vector stl to do a program and now i see people solving standard arrays question using vector. do i also need to program using vector or i can move on using general arrays ?
General question
@vipin.kumar hey vipin no doubt array is easy to implement in so many cases but vector is more efficient than array it dynamically create the size and user don’t have to think about the size constraints.