Mark As Completed Discussion

Are you sure you're getting this? Fill in the missing part by typing it in.

C++ provides two types of file streams for file handling: ofstream for writing to files, and ifstream for reading from files. If we want to do both reading and writing operations on a file, we use _.

Write the missing line below.