I just write a code for my own itoa (just for positive numbers) and I try to make it as efficient possible, I display the value from inside the function and from main, and it works, but when I remove the printf line from inside the function the code doesn't work anymore, does anybody knows why?I just write a code for my own itoa (just for p