CBSE Class 12 Computer Science Question 15 of 145

File Handling — Question 5

Back to all questions
5
Question

Question 5

Name the functions used to read and write in binary files.

Answer

The functions used to read and write in binary files are load() and dump() functions of pickle module respectively.