Home » C Programming » Input & Output » Question
  1. Which of the following statement is true?
    1. Only value is -1
    2. The value is -1
    3. The symbolic constant EOF is defined in <stdio.h>
    4. The symbolic constant EOF is defined in <stdio.h> & value is -1
    5. None of these
Correct Option: D

The symbolic constant EOF is defined in <stdio.h> & value is -1



Your comments will be displayed only after manual approval.