In which of the following modes of files, the "tell()" function returns an opaque number that gives the current position of the file object?

Questions & AnswersCategory: PythonIn which of the following modes of files, the "tell()" function returns an opaque number that gives the current position of the file object?
Geek Boy Staff asked 2 years ago

In which of the following modes of files, the “tell()” function returns an opaque number that gives the current position of the file object?
a. text mode
b. binary mode
c. both binary and text modes