C++
Programming and Technical
How is a file closed ?
Read Solution (Total 1)
a file is closed using fclose() functoin
10 years ago
Helpfull: Yes(0) No(0)
C++ Other Question
Is it possible to get the source code back from binary file?
How is fopen()used ?