What is the size of array “line” used in fgets(line, maxline, *fp) function?
(a) maxline – 1
(b) maxline
(c) maxline + 1
(d) Size is dynamic
This question was posed to me by my college professor while I was bunking the class.
My query is from Line Input & Output in portion Input and Output in C of C