C programming

Sunday, January 18, 2009

#include #include #include void main() { clrscr(); char *p[20]; int i; p[0]="I"; // p[1]="I"; for(i=0;i<1;i++) { strcpy(p[1],p[0]); int n=1; strcat(p[1],"I"); } for(i=0;i<2;i++) { printf("\n%s",p[i]); } getch(); }

0 comments:

Visitors

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

  © Blogger template Leaving by Ourblogtemplates.com 2008

Back to TOP