Solved

If a Random Access File Contains a Stream of Characters

Question 52

Multiple Choice

If a random access file contains a stream of characters, which of the following would you use to set the pointer on the fifth character?


A) file.seek(4) ;
B) file.seek(5) ;
C) file.seek(9) ;
D) file.seek(8) ;

Correct Answer:

verifed

Verified

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

Related Questions