C Program for String operations with library functions


/*Program for  String operations with library functions */



Output :>
1)length of a string                                                            
2)Reverse the Given String                                                      
3)Check for palindrome                                                          
4)Copy                                                                          
5)String Comparison                                                             
6)String Concatenation                                                          
7)String Searching                                                              
8)Counting of Words,Characters & Special Characters                             
9)Quit                                                                          
                                                                                  
                                                                                  
Enter Your Choice:1                                                             
                                                                                  
 Enter a String:India                                                         
  
 Length of India=5
  
 press a Character !!!!!!                                                       
1)length of a string                                                            
2)Reverse the Given String                                                      
3)Check for palindrome                                                          
4)Copy                                                                          
5)String Comparison                                                             
6)String Concatenation                                                          
7)String Searching                                                              
8)Counting of Words,Characters & Special Characters                             
9)Quit                                                                          
                                                                                  
Enter Your Choice:2                                                             
                                                                                  
 Enter a String:Austria                                                         
                                                                                  
 Result=airtsuA                                                                 
                                                                                  
 press a Character !!!!!!                                                       
1)length of a string                                                            
2)Reverse the Given String                                                      
3)Check for palindrome                                                          
4)Copy                                                                          
5)String Comparison                                                             
6)String Concatenation                                                          
7)String Searching                                                              
8)Counting of Words,Characters & Special Characters                             
9)Quit                                                                          
                                                                                  
Enter Your Choice:3                                                             
                                                                                  
 Enter a String:madam                                                           
                                                                                  
A palindrome 
  
 press a Character !!!!!!
1)length of a string
2)Reverse the Given String
3)Check for palindrome
4)Copy
5)String Comparison
6)String Concatenation
7)String Searching
8)Counting of Words,Characters & Special Characters
9)Quit
  
Enter Your Choice:4
  
 Enter a String:Asia
  
Result=Asia
  
 press a Character !!!!!!
1)length of a string
2)Reverse the Given String
3)Check for palindrome
4)Copy
5)String Comparison
6)String Concatenation
7)String Searching
8)Counting of Words,Characters & Special Characters
9)Quit
  
Enter Your Choice:7
  
 Enter 1st string:India
  
 Enter 2nd string:Asia
  
String not found  .....
  
 press a Character !!!!!!
1)length of a string
2)Reverse the Given String
3)Check for palindrome
4)Copy
5)String Comparison
6)String Concatenation
7)String Searching
8)Counting of Words,Characters & Special Characters
9)Quit
  
Enter Your Choice:9