#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(); }
Post a Comment
© Blogger template Leaving by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment