Which of the following modes will refer to binary data?
b
Reason — When we open a file in binary mode by adding 'b' to the file mode, it indicates that the file should be treated as a binary file.