String Programs :
With Using Library Functions :
- Find the Length of the String
- Concat Two Strings
- Copy One String Into Other
- Convert given String into Uppercase String
- Convert given String into Lowercase String
- Count Total Number of Uppercase,Lowercase.
- Check Whether Given Character is Capital or Not
- Check Whether Given Character is Lowercase or Not
- Check Whether Entered Number is Palindrome or Not
- Convert String into Integer
- Convert String to Float
Without Using Library Functions :
- Length of the String
- Concat Two Strings
- Reverse String
- Compare Two Strings
- Copy One String Into Other
- Check Whether String is substring or not