Logo 
Search:

C Programming Forum

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds

string reversing in c code

  Asked By: Anupama    Date: Oct 03    Category: C Programming    Views: 577
  

Write a "function" which takes string input.
Reverse the string and store it in another string

ex
char *str1="aakash a"

now take another string 'str2' store reverse of "str1" (do not alter str1)


write seperate fun for it, do not write it in "main" (jus need to call from main)

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on string reversing in c code Or get search suggestion and latest updates.




Tagged: