Practice ยท 3 of 4
Uppercase Counter
Implement int count_upper(const char* s) counting 'A'..'Z' characters.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: String Library Practice
Practice ยท 3 of 4
Implement int count_upper(const char* s) counting 'A'..'Z' characters.
Difficulty: beginner
Back to lesson: Practice: String Library Practice