rocking.piyush Profile Answers by rocking.piyush Feb 22nd, 2011 main(){ char q[100],r[100]; printf("Enter the linen"); gets(q); char *p=r; char *s=q; while(*s) { if(*s=='t'||*s=='T') { s++; if(*s=='h' || *s=='H') { s++; if(*s=='e'||*s=='E') s++; else s-=2; } else s--; } *p=*s; p++; s++; } *p='
Read Line Program
Profile Answers by Vinod G S Questions by Vinod G S
Questions by Vinod G S