C++ String empty()This function checks whether the string is empty or not. Function returns a Boolean value either true or false. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueIt returns a Boolean value either 0 or 1 depending upon the conditions. Example 1Output: String is empty This example shows how to check the string whether it is empty or not by using empty() function. Example 2Output: String is not empty This example checks whether the string is empty or not by using empty() function. Next TopicC++ Strings |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India