Instead of dynamic array, can we use vector for the same purpose?
Mystrtok() function
yes you can use a vector for any purpose you might use an array for. vector’s internal implementation is done using a dynamic array only.
Thank You Mam…
Instead of dynamic array, can we use vector for the same purpose?
yes you can use a vector for any purpose you might use an array for. vector’s internal implementation is done using a dynamic array only.
Thank You Mam…