Practice ยท 2 of 4
Content Equality
Implement int same_word(const char* a, const char* b) returning 1 when the two strings have equal content (strcmp == 0), else 0.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: String Library Practice