What is not true about this code segment?


location = fileObject.tellg();

a. tellg is a member function of fileObject.
b. location is a pointer.
c. The value of location after the segment executes must be less than or equal to the number of bytes in the file attached to fileObject.
d. fileObject is an istream object.


b. location is a pointer.

Computer Science & Information Technology

You might also like to view...

Which of the following is not an STL container type?

a. Second-class containers. b. Sequence containers. c. Associative containers. d. Container adapters.

Computer Science & Information Technology

The simple query wizard displays a series of dialog boxes that guide users through the query design process

Indicate whether the statement is true or false

Computer Science & Information Technology

By default, the Calendar Work Week is set for ____.

A. Monday through Sunday B. Monday through Saturday C. Sunday through Saturday D. Monday through Friday

Computer Science & Information Technology

What is a zero-day attack?

A. A program that takes advantage of a vulnerability to allow the attacker to take over the computer or at least an individual account. B. Attacks that come after fixes are released are called zero-day attacks. C. Security weaknesses that open a program to attack. D. Attacks that come before fixes are released are called zero-day attacks.

Computer Science & Information Technology