Member functions _________ and _________ of istream and ostream set the file- position pointer to a specific location in an input or output stream, respectively.

Fill in the blank(s) with the appropriate word(s).


seekg, seekp.

Computer Science & Information Technology

You might also like to view...

If the function returns a Double number, you enter ____ at the end of the header.

A. Number Double B. As Double C. (Double) D. Type as DoubleType(Double)

Computer Science & Information Technology

The Windows XP __________ manages the system’s device drivers, works with the virtual memory manager to provide memory-mapped file I/O, and manages the file system buffers.

a. file system b. input output manager c. kernel d. API

Computer Science & Information Technology

Does the function sort ascending or descending?

``` function sortNum(A, B) { return (B – A); } ``` a. ascending b. descending

Computer Science & Information Technology

To open the Help window, press [F2].

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

Computer Science & Information Technology