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
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week