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