Which of the following will not change the file-position pointer to the same position as the others? Assume a 10-byte file size and a current position at byte # 1.
a. fileObject.seekg( 2 );
b. fileObject.seekg( 1, ios::cur );
c. fileObject.seekg( 2, ios::beg );
d. fileObject.seekg( 8, ios::end );
d. fileObject.seekg( 8, ios::end );
Computer Science & Information Technology
You might also like to view...
A file stored in nonadjacent sectors is referred to as a(n) fragmented file.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
If you enter 1 0, what is the output of the following code?
What will be an ideal response?
Computer Science & Information Technology
As shown by item 2 in the accompanying figure, to apply character formats, you must first ____.
A. select a toolbar button B. select a ribbon bar button C. select a style from the Styles group D. select a menu option
Computer Science & Information Technology
The ________ relationship requires a junction table for it to function properly
Fill in the blank(s) with correct word
Computer Science & Information Technology