Solved

If a Random Access File Contains a Stream of Characters

Question 30

Multiple Choice

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) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions