The following can be declared as friend in a class
It is not possible to combine two or more file opening mode in open () method.
Which of the following is not a file opening mode ____ .
If we have object from ofstream class, then default mode of opening the file is _____ .
Due to ios::trunc mode, the file is truncated to zero length.
Streams that will be performing both input and output operations must be declared as class _________ .
To create an output stream, we must declare the stream to be of class ___________ .
To perform File I/O operations, we must use _____________ header file.
By default, all the files are opened in ___________mode .
It is not possible to combine two or more file opening mode in open () method.
Which of the following is not a file opening mode ____ .
Due to ios::trunc mode, the file is truncated to zero length.
If we have object from ofstream class, then default mode of opening the file is _____ .
_________ is return type of is_open() function.
If we have object from fstream class, then what is the default mode of opening the file?
To create an output stream, we must declare the stream to be of class ___________ .
Streams that will be performing both input and output operations must be declared as class _________ .
To perform File I/O operations, we must use _____________ header file.