0
How can i change find the right output
How can i change output to 5 45 345 2345 12345 https://code.sololearn.com/caeb59SNC86I/?ref=app
1 Antwort
+ 1
Line 18:
Remove the space before %d format specifier
printf( "%d", c ); // <-- no space before %d
How can i change output to 5 45 345 2345 12345 https://code.sololearn.com/caeb59SNC86I/?ref=app