Showing posts with the label stringShow all
Pangram string program in C++ | How to check a string is pangram or not?
Program to print string INITCAP of words | Program to Convert first character uppercase in a String
C++ program to convert uppercase alphabet lowercase and lowercase alphabet to uppercase in a string
Print the no. of LOWERCASE, UPPERCASE, NUMBERS, SPACES & SYMBOLS in a String
Program to Count no of occurrences of a Character in a String | program to print no. of occurrences of a given character in a string
Program to count no of words in a given string | Count the no of words in a given string in C++ | How to count no of words in a string
Reverse function in C++ | C++ program to reverse a string using reverse |
Check the given string is palindrome or not in C++ | C++ program to check palindrome string
Count and print the number of vowels(a, e, i, o, u) in a given string
C++ program to print the length of string, print the string in reverse and check the string is palindrome or not
Replace E-mail with Stars, Asterisk (*). A C++ program to replace Email with special character and print it.
How to check a Palindrome Number and a Palindrome string ? A Program to check Palindrome number and palindrome string in C++