What does eof () stands for?
a) end-of-file
b) enlarge file
c) encoded file
d) empty file
Which of the following functions are used to set pointers to the end of file?
a) bof ()
b) eof ()
c) both a & b
d) dof ()
What are the rules used for end-of-file?
a) test eof condition
b) while loop for getting data
c) test for input condition
d) both a & b
Stream
A sequence of bytes of infinite length is called……
a) stream
b) code
c) library
d) file
Which of the following are functions of stream?
a) logical interface
b) file using open operation
c) dis-associate using close operation
d) all of these