What is getchar? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What is getchar?

17th Jun 2019, 9:16 AM
M.T.N.Durga Devi
M.T.N.Durga Devi - avatar
2 Réponses
+ 4
It is used in c to take input ,one character at a time and returns the ASCII value of that character
17th Jun 2019, 9:19 AM
Tony Stark
Tony Stark - avatar
+ 2
It's a Library function in C which gets a single character as an input and returns it to the program!✌🏼
17th Jun 2019, 9:19 AM
thiru mal
thiru mal - avatar