C++
Programming and Technical
Numerical Ability
Area and Volume
What is meant by file opening?
Read Solution (Total 2)
-
- opening a file means to bring file from read only memory(rom) to random access memory(ram).
- 10 years agoHelpfull: Yes(0) No(0)
- The action of connecting a program to a file is called opening of a file. This requires creating an I/O stream before reading or writing the data.
- 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question