Science Teacher Question:
Download Questions PDF

Do you know some of the most used File Processing functions in C?

Science Teacher Interview Question
Science Teacher Interview Question

Answer:

Most used file processing functions in C are-

☛ fopen()-used to open a file and set the file pointer to the beginning or end of a File.
☛ fclose()-used to close an active File.
☛ getc()-used to read a character in a File.
☛ putc()-used to write a character to a File.
☛ putw()-used to write an integer data to a File.
☛ fscanf()-used to read data from a File.
☛ fprintf()-used to write data to a File.
☛ rewind()-used to move the file pointer to the beginning of a File.

Download Science Teacher Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what do you mean by File Positioning?Tell me what do you mean by a File?