+ 1
Why am i getting this output ?
despite typing many inputs.. https://code.sololearn.com/cPKE6Cadbf7R/?ref=app
1 Antwort
+ 5
Try: printf("You entered: %s", a);
See: https://alvinalexander.com/programming/printf-format-cheat-sheet
For printf format specifiers