Home / Report Question

Q. How to read a binary file?
  • A. open('file', 'r')
  • B. open('file', 'w')
  • C. open('file', 'rb')
  • D. open('file', 'ab')