String Library Function clear() & empty() Part 1 In C++

Описание к видео String Library Function clear() & empty() Part 1 In C++

#LingarajTechhub #String
clear(): This function clears all the characters from the string. The string becomes empty (length becomes 0) after this operation.

empty(): Tests whether the string is empty. This function returns a Boolean(true/false) value.

Комментарии

Информация по комментариям в разработке