Hello Everyone

I want to know how can we initialize a vector of unknown length with some definite value ( example:- 0 ) like we did in array with memset().

Any suggestions are really appreciated!