CBSE Class 12 Computer Science Question 80 of 145

File Handling — Question 15

Back to all questions
15
Question

Question 15

The load() function of the pickle module performs pickling.

Answer

False

Reason — The load() function of the pickle module performs unpickling i.e., a byte stream is converted into an object hierarchy. It is used to read an object on to a binary file opened in a read mode.