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...

A ________ in Excel is a recording of keystrokes and mouse clicks performed to complete a task

A) macro B) callout C) sparkline D) hyperlink

Computer Science & Information Technology

The operator >> is used to

A. Extract a value from the input stream and assign it to a variable B. Take a value from a variable and place it into the output stream C. Perform integer division and produce the remainder of the division D. Specify that the left hand operand is much larger than the right hand operand.

Computer Science & Information Technology