Computer Science
What are binary files ?
Python File Handling
3 Likes
Answer
A binary file stores the information in form of a stream of bytes. A binary file is just a file that contains information in the same format in which the information is held in memory, i.e., the file content that is returned to us is raw (with no translation or no specific encoding).
Answered By
1 Like