On Fri, 2007-12-21 at 06:41 +0000, p.angel88 wrote: > write a program which copies one string value to another string > variable(without using the help of strcpy)
Sounds like homework to me. We had to write an entire string library (of our own creation) as homework in the Programming II class at Rogers State University. It's not difficult. Here's a tip; use char pointers...
