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.
You might also like to view...
All the following statements about bookmarks are true, EXCEPT that:
A) You should try to use long, descriptive names for your bookmark. B) you may sort bookmarks according to the bookmark name or the bookmark location in the document. C) a bookmark will help you return to a specific location quickly. D) you can bookmark anything in Word, including headings , charts, and pictures.
List some advantages of using a data file rather than the standard input and output streams.
What will be an ideal response?