0
How can we put getchar and putchar in practical use?
Can you please put specific examples.
1 Odpowiedź
+ 3
when you need user to input just a char and not a string, getchar comes in handy, and so is the putchar just to print a single char, you can also use the getchar to taking in series of values in an array using it in a loop