Vidyalelo
C Programming · Q248

File Input Output

Programming · C Programming · question 248

Q248

The . . . . . . . . function reads atmost one less than the number of characters specified by size from the given stream and it is stored in the string str.

A.
fget()
B.
fgets()
Answer
C.
fput()
D.
fputs()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board