Home » C Programming » Input & Output » Question
  1. What is the default return-type of getchar()?
    1. reading character doesn’t require a return-type
    2. char
    3. int
    4. char *
    5. None of these
Correct Option: C

int



Your comments will be displayed only after manual approval.