C programming

Sunday, January 18, 2009

#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(); }

0 comments:

Visitors

PlugIn.ws - Free Hit Counter, Web Site Statistics, Traffic Analysis

  © Blogger template Leaving by Ourblogtemplates.com 2008

Back to TOP