What is the default return-type of getchar()?
(a) char
(b) int
(c) char *
(d) reading character doesn’t require a return-type
I had been asked this question by my college professor while I was bunking the class.
I need to ask this question from Standard Input & Output topic in chapter Input and Output in C of C