Write a c program that does the opposite of atoi.
Anonymous
Used modulo to take the digits into an array of digits, then converted them to a similar array of characters using them as an offset to the character '0'. Ex. 123 -> [1,2,3] -> ['1','2','3']
Check out your Company Bowl for anonymous work chats.