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


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of these steps in interview preparation is most helpful in allowing the interviewer to build a vocabulary common to the interviewee?

A) deciding on question types and structure B) deciding whom to interview C) establishing interview objectives D) preparing the interviewee E) reading background material

Computer Science & Information Technology

To open a Microsoft Word outline in PowerPoint as a presentation, click the ____ file type.

A. All Web Pages B. Office Themes C. PowerPoint Templates D. All Outlines

Computer Science & Information Technology

An active annotation is a sound file that is saved within an image.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which operation will write val to the item at position i in anArray?

A. anArray[i] = val; B. anArray[i] = val; C. anArray.val[i]; D. val = anArray[i];

Computer Science & Information Technology