Practice ยท 4 of 4
Two Outputs
Implement void divmod(int a, int b, int *q, int *r) storing the quotient and remainder of a/b into *q and *r.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Address Practice
Practice ยท 4 of 4
Implement void divmod(int a, int b, int *q, int *r) storing the quotient and remainder of a/b into *q and *r.
Difficulty: beginner
Back to lesson: Practice: Address Practice