#include #include #include #include void main() { char a[50],c[50]; clrscr(); printf("Enter the string :"); gets(a); strrev(a); printf("The string In reverse it is=%s",a); // strrev(a); // printf("The string In reverse it is=%s",a); getch(); }
Post a Comment
© Blogger template Leaving by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment