In C++ it’s > Both string::size and string::len...
# announcements
o
In C++ it’s
Both string::size and string::length are synonyms and return the same value.
The number of bytes in the string.