How to Find Length of String C++
String Lengthis the number of character in the given String. For Example: String="India" this word have 5 characters also this is the size of string.
Example :
Output :
Enter any String: hitesh String Length: 6
String Lengthis the number of character in the given String. For Example: String="India" this word have 5 characters also this is the size of string.
Enter any String: hitesh String Length: 6