Question: Write a function mystrcpy(char *s1, char *s2) that will return the copy s2 to s1. You are not allowed to use any string functions.
Write a function mystrcpy(char *s1, char *s2) that will return the copy s2 to s1. You are not allowed to use any string functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
