Practice ยท 3 of 3
Name Registry
Build a registry of up to 16 names: private storage, public int reg_add(const char *name) (1 = added, 0 = full or NULL), int reg_has(const char *name) (1 if present), int reg_count(void).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: API Discipline