describe the different mode of the file handling in c ?
Answers
Answered by
2
Explanation:
Inbuilt functions for file handling in C language:
File handling functions Description
fopen () fopen () function creates a new file or opens an existing file.
fclose () fclose () function closes an opened file.
getw () getw () function reads an integer from file.
putw () putw () functions writes an integer to file.
Similar questions