After solving all these Programs start solving string Programs the weightage of string Programs can be 15 or even more than that because strings can be used in solving array related and number Programs also.
For solving these Programs you need to know all the string function, especially their use, working , arguments and return types.
So these are the programs.
- Reverse the string
- Palindeome word
- Compare two strings
- Extract the letters of a word
- Count the number of vowels, consonants, space and special characters from a word
- Find the frequency of the letters in a string
- Anagram words(words that have same letters but in different order)
- Arrange the letters of a word in ascending order
- Extract words of a sentence
- Extract words of a sentence and calculate the potential of the words
- Extract words from a sentence and arrange the words alphabetically
- Input a full name of a person and print the initials
- Replace a letter with another in a string
- Encryption Program (take a word and encrypt it according the requirement)
- Convert a string in to a piglatin word
- Find the frequency of a word into a sentence
- Replace one word with another in a sentence
- Input a sentence and check number of palindrome words in it & conver all the non palindrome words to palindromic words(how will become howoh)
- Convert all the uppercase letters of a sentence to lowercase and wise a versa.
- Input a sentence and make all the first letters of a word capital.