InterviewSolution
Saved Bookmarks
| 1. |
What is the default return-type of getchar()?(a) char(b) int(c) char *(d) reading character doesn’t require a return-typeI 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 |
|
Answer» The CORRECT OPTION is (B) int |
|