Answers for "resize string c++"

C++
0

resize string c++

// Resizes str to a string with
    // 5 initial characters only 
    str.resize(5);
Posted by: Guest on March-16-2022

Browse Popular Code Answers by Language