#Array
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
You're only getting the last digit because you're telling it to get the last digit with the %10
and putchar only takes one character to print
So, how do i print the two numbers?
use printf()
There's no way putchar can print the two digits together on each line?
@full lynx
different putchar calls is how you do it with only putchar ^