Multiple Choice
When working with random access files, the ____ function returns the offset value of the next character that will be read or written.
A) rewind()
B) ftell()
C) fseek()
D) flush()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Data that is stored together under a
Q3: The function prototype for ftell() is contained
Q4: If a file opened for reading does
Q5: _ writes a string to a file.<br>A)fputc()<br>B)fputs()<br>C)fwrites()<br>D)fprintf()
Q6: The maximum number of files that can
Q7: The actual declaration of the FILE structure
Q8: The exit() function is a systems call
Q9: Opening a file stream establishes the physical
Q10: C appends the low-value hexadecimal byte _
Q11: The file open function is called open().