Practice ยท 2 of 4
Automatic Reset
Implement int auto_counter(void) that ALWAYS returns 1 โ demonstrate that a plain local resets every call.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Scope & Storage
Practice ยท 2 of 4
Implement int auto_counter(void) that ALWAYS returns 1 โ demonstrate that a plain local resets every call.
Difficulty: beginner
Back to lesson: Practice: Scope & Storage