filmov
tv
C Programmer: Arbitrary Access Files. Structures. Reading and writing to a file.

Показать описание
Arbitrary access files. Their difference from sequential access files is that information from arbitrary access files can be read at any place in the file, as well as change it and save it. In sequential access files, as a rule, the information has different lengths and changing one line can lead to loss of information.