If a random access file contains a stream of characters, which of the following statements would move the file pointer to the starting byte of the fifth character in the file?
a. file.seek(4);
b. file.seek(8);
c. file.seek(10);
d. file.seek(5);
b. file.seek(8);
Computer Science & Information Technology
You might also like to view...
80mm and 120mm are common sizes for which of the following PC components?
A. Processors B. Case fans C. Heat sinks D. Video cards
Computer Science & Information Technology
__________ is the first function in the propagation phase for a network worm.
A. Propagating B. Fingerprinting C. Keylogging D. Spear phishing
Computer Science & Information Technology