0
1.5kviews
Discuss file I/O in C language with different library functions
1 Answer
written 6.2 years ago by | • modified 6.2 years ago |
In C language, we use a structure pointer of file type to declare a file.
FILE *fp;