fgetc() function in C Programming Language
Answers
Answered by
4
fgetc() function is a file handling function in c programming language. Which is used to read a character from a file. It reads single character at a time and moves the file pointer position to the next character.fgetc function is used to read a character from a file.
Hey mate here your answer
Similar questions