- Program to Input/Output Strings using gets() and puts()
- Program to Input/Output Strings using printf() and scanf()
- Program to Copy String using strcpy()
- Program to Copy one String to Another Without Using strcpy()
- Program to Reverse a String using strrev()
- Program to Reverse a String without using strrev()
- Program to Compare Two Strings using strcmp()
- Program to Compare Two Strings Without using strcmp()
- Program to Concatenate Two Strings using strcat()
- Program to Concatenate Two Strings without using strcat()
- Program to Find Length of a String using strlen()
- Program to Find Length of a String Without using strlen()
- Program to Find Whether a String is Palindrome or Not
- Program to Find Whether a String is Palindrome or Not without using String Functions
- Program to Count Number of Words and Number of Characters in a String
- Program to Check Whether a Character is a Vowel or not by using switch Statement
- Program to Find Vowels in a String
- Program to Input/Output Strings using Character Functions
|