Home » C Programming » Input & Output » Question
  1. What is the use of getchar()?
    1. EOF when it encounters end of file
    2. The next input character each time it is called EOF when it encounters end of file
    3. The next input character each time it is called
    4. All of above
    5. None of these
Correct Option: B

The next input character each time it is called EOF when it encounters end of file



Your comments will be displayed only after manual approval.