C++ String empty()Last Updated : 17 Mar 2025 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 request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India