Computer Science
In binary file, there is no delimiter for a line.
Python Data Handling
2 Likes
Answer
True
Reason — There is no delimiter for a line in a binary file because binary files store data in a sequence of binary digits (bits and bytes) that represent the actual information being stored, such as numbers, images, audio, or other types of data.
Answered By
3 Likes