+ 1
Inputs
How does getchar() work?
5 Réponses
+ 3
Read solo lesson
+ 2
Hope this will clear things : https://en.cppreference.com/w/c/io/getchar
+ 1
getchar() reads from standard input. So getchar() is equivalent to getc(stdin)
0
You can use getchar() to read any part of the input?
0
Gets the character which we inputs...