could you tell some functionality of list which we can not do in vector.
Do we use vector most of time in practice?
could you tell some functionality of list which we can not do in vector.
Do we use vector most of time in practice?
@djsaurabh.axel in list we can do much operations like pop back front push front back and many more while in vector its limited no of function. both are imp depending on scenario