What is getchar? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What is getchar?

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