Practice ยท 2 of 4
my_strcmp
Implement int my_strcmp(const char* a, const char* b) returning negative/zero/positive like strcmp, without calling it.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Custom String Functions