Description
The String reserve() function allows you to allocate a buffer in memory for manipulating strings.
Syntax
string.reserve(size)
Parameters
size
: unsigned int declaring the number of bytes in memory to save for string manipulation
Returns
None