C++
Programming and Technical
what are the types of file?
Read Solution (Total 1)
-
- A file is the name of the memory location given to secondary storage device for storing the data permentally.
Types of file:
1) Ordinary Files or Simple File
2) Directory files
3) Special Files
4) FIFO Files: The First in First Out Files - 10 years agoHelpfull: Yes(0) No(1)
C++ Other Question