Question: Write an API in C-language that wraps the cp command so that the function has a prototype of: void cp(const char * src, const char
Write an API in C-language that wraps the cp command so that the function has a prototype of:
void cp(const char * src, const char * dst)
Should only be one line of code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
