Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

resize string c++

// Resizes str to a string with
    // 5 initial characters only 
    str.resize(5);
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #resize #string
ADD COMMENT
Topic
Name
1+2 =