Home » C Programming » Input & Output » Question
  1. What is the size of array “line” used in fgets(line, maxline, *fp) function?
    1. Size is dynamic
    2. maxline + 1
    3. maxline
    4. maxline – 1
    5. None of these
Correct Option: C

maxline



Your comments will be displayed only after manual approval.