What is getchar? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

What is getchar?

17th Jun 2019, 9:16 AM
M.T.N.Durga Devi
M.T.N.Durga Devi - avatar
2 Respuestas
+ 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