Here is a C program to perform different manipulations on a given string. This program encapsulates different operations provided by C language on a String e.g.
- finding length of a string
- converting a string to uppercase or lowercase
- reversing a string
- concatenating of two strings
- copy one string to another string

