Posted by: sojodude August 3, 2005
Information technology
Login in to Rate this Post:     0       ?        
Thanks Arch This piece of code definitely works char *p=(char *)malloc(6); char *q="abcde"; char *r = p; while(*p++=*q++);
Read Full Discussion Thread for this article