Which of the following stream is used for input file stream and used for reading information from files?
a) if stream
b) of stream
c) fstream
d) none of these
Which of the following mode flag set initial position at end of file?
a) ios:: out
b) ios:: in
c) ios:: binary
d) ios:: ate
Which of the following mode flag perform all operation mode?
a) ios:: out
b) ios:: in
c) ios:: app
d) ios:: ate
Which of the following mode flag is used for truncated and replace by new one?
a) ios:: out
b) ios:: trunc
c) ios:: binary
d) ios:: ate
Which of the following statement read 5 characters from a file?
a) f. read();
b) f. read(5);
c) f. reads(5);
d) none of these
Which of the following stream is used for file stream generally?
a) if stream
b) of stream
c) fstream
d) none of these