C++ String length()This function is used to find the length of the string in terms of bytes. This is the actual number of bytes that conform the contents of the string , which is not necessarily equal to the storage capacity. SyntaxParametersThis function contains single parameter. Return ValueThis function returns the integer value in terms of bytes. Here, s1 is a string and strlen function calculates the length of the string s1 and stores its value in len variable. Example 1Output: Length of the string is 21 Consider a string s1 and s1 contains value i.e Welcome to javatpoint .We calculate the length of the string using strlen function and stores in variable len.
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