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