In this video I go through the solution to exercise 4-12 from the C Programming Language book by Brian Kernighan and Dennis Ritchie.
4-12: Adapt the ideas of printd to write a recursive version of itoa;
that is, convert an integer into a string by calling a recursive routine.