Programs on Strings
- Write a C program to find length of a string.
- Write a C program to copy one string to another string.
- Write a C program to concatenate two strings.
- Write a C program to compare two strings
- Write a C program to convert lowercase string to uppercase.
- Write a C program to convert uppercase string to lowercase.
- Write a C program to toggle case of each character of a string.
- Write a C program to find total number of alphabets, digits or special character in a string.
- Write a C program to count total number of vowels and consonants in a string.
- Write a C program to count total number of words in a string.
- Write a C program to find reverse of a string.
- Write a C program to check whether a string is palindrome or not.
- Write a C program to find first occurrence of a character in a given string.
- Write a C program to find last occurrence of a character in a given string.
Comments
Post a Comment