fgetc(fp) is used to write a character to a file whose file pointer is fp true or false?
Answers
Answered by
0
Answer:
Of course not, it will return the (int)char [where 'char' is any character read from the file stream] of the character read from the file stream and increments the file position pointer rather than writing to it. Hope it helps you.
So the answer is clearly false.
Similar questions