Which of the following statements restores the stream referenced by infile to a state permitting additional input after it has had an input failure?

a. infile.fail();
b. infile.restore();
c. infile.clear();
d. infile >> clear;

c. infile.clear();

Computer Science & Information Technology

You might also like to view...

Which Destination IP addresses would need to be specified in an ACL statement that is intended to permit all EIGRP communications?

A) 224.0.0.6 B) 224.0.0.5 C) 224.0.0.9 D) 224.0.0.10

Computer Science & Information Technology

What is the most common use case for the PHP eval() function?

a. AJAX applications b. templating systems c. jQuery widgets d. JSON object data

Computer Science & Information Technology