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)