23+ C Important Coding questions on String

23+ C Important Coding questions on String

  1. C program to print the length of given string.
  2. C program to concatenate two strings.
  3. C program to compare two strings.
  4. C program to perform copy of one string to another string.
  5. C program to convert lowercase string to uppercase.
  6. C program to convert uppercase string to lowercase.
  7. C program to reverse order of words in a given string.
  8. C program to print the frequency of alphabets, digits or special character in a string.
  9. C program to count total number of vowels and consonants in a string.
  10. C program to count total number of words in a string.
  11. C program to find reverse of a string.
  12. C program to check whether a string is palindrome or not.
  13. C program to print the first character in a given string.
  14. C program to print the last character in a given string.
  15. C program to print the frequency of each character in a string.
  16. C program to find highest frequency character in a string.
  17. C program to find lowest frequency character in a string.
  18. C program to remove first character from string.
  19. C program to remove last character from string.
  20. C program to remove all vowels from string.
  21. C program to remove all consonants from a given string.
  22. C program to replace all space with * in a given string.
  23. C Program to remove line break from the string.