To know whether it is the end of a file, you use the function ________.

a. stream.fail()
b. stream.clear()
c. stream.good()
d. stream.bad()
e. stream.eof()


e. stream.eof()

Computer Science & Information Technology

You might also like to view...

Name at least 3 ways to stay on top of new ideas and technology as they arise.

What will be an ideal response?

Computer Science & Information Technology

What is the capacity of buf?

Given the following declaration: StringBuilder buf = new StringBuilder(); a. 0 b. 10 c. 16 d. 20

Computer Science & Information Technology

A USB 2.0 port is normally __________ in color

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the only type of argment that can be passed by reference to a function?

What will be an ideal response?

Computer Science & Information Technology