Wednesday, March 20, 2013

Program to copy a string

Want to copy a string to another ??
Here is a function to copy value of a string to another string. This function strcpy() is also available in string.h header file of C Library. This function also takes two strings as arguments and copies second argument string  to first string.

Check this program to learn more-

Powered by Blogger.