Binary File I/O

Home > Computer Science > Programming Languages > File I/O > Binary File I/O

This refers to reading or writing binary data to a file. In binary file I/O, the data is read and written as a sequence of bytes, and the files can be used for storing images, sound, video, and other non-text files.