posted on June 17, 2010 by admin Strcpy implementation in C Filed under C_C++ Strcpy copies the string “src” into the area pointed to by “dest”. This area must be big enough to hold the contents of “src”. Strcpy ends copying of data when it reaches NULL character (Say, ‘