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