Practice ยท 3 of 4
my_strcpy
Implement void my_strcpy(char* dst, const char* src) copying WITH the terminator, without calling strcpy.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Custom String Functions
Practice ยท 3 of 4
Implement void my_strcpy(char* dst, const char* src) copying WITH the terminator, without calling strcpy.
Difficulty: beginner
Back to lesson: Practice: Custom String Functions