Challenge: Recursive Base Converter
Apply what you’ve learned about recursion in the coding exercises in this lesson.
We'll cover the following
Problem statement
In this challenge, you have to implement the converter
function.
void converter(int n, int base);
Get hands-on with 1200+ tech skills courses.