Which file is created by storing an array ?
Ascii file
Binary file
Byte file
String file
Which member records information on the status of a file currently using ?
Readstate( )
Getstate( )
State( )
Rdstate( )
Which class contains tellg( ) member function ?
Iostream
Istream
Ostream
Stream
Which class supports the error handling member functions ?
Stream class
Fstream class
Ios class
Istream class
What will be a zero value of an object after a file operation represents ?
Binary value
Error
Object value
Ascii value
Which of the following header file includes the stream class ofstream ?
Iostream.h
Ostream.h
Fstream.h
Stream.h
Which of the following operator helps to output text to the file ?
&&
>>
<<
>!
What may happen when the disc space is filled for a new file ?
Can extend space using a function
Disc space full warning
Program will hang
Which are the parameters of a write( ) method ?
Size of the block, filename
Pointer of the block, size of the block
Filename, pointer of the block
File name, file pointer
What is the syntax to check eof ?
Eof( )
File_name.eof( )
Objectname.eof( )
Method.eof( )