C String Library and String Copy Function - strcpy()
C Programming: C String Library and strcpy() Function in C Programming. Topics discussed: 1) Introduction to C string library. 2) String Copy function (strcpy). 3) The prototype of strcpy() function. 4) Example use of strcpy() function. 5) The prototype of strncpy() function. 6) Example use of strncpy() function.