Question: please use c++ string_copy) 3kk Copy a C string from src to dst and return the destination pointer (dst) Equivalent to std::strcpy * @param dst
please use c++
string_copy) 3kk Copy a C string from src to dst and return the destination pointer (dst) Equivalent to std::strcpy * @param dst k @param src * @return k/ pointer to the character array to write to source char array desitination char array (should be the same with dst) char* string_copy(char* dst, const char* src)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
