Practice ยท 1 of 4
my_strlen
Implement int my_strlen(const char* s) WITHOUT calling strlen โ walk to the terminator yourself.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Custom String Functions
Practice ยท 1 of 4
Implement int my_strlen(const char* s) WITHOUT calling strlen โ walk to the terminator yourself.
Difficulty: beginner
Back to lesson: Practice: Custom String Functions