I have been trying to write a recursive version of function itoa, the code is shown below. void itoa(int n, char s[])