Which of the following functions is not an I/O formatting function?

A. scanf
B. fscanf
C. printf
D. getf
E. fprintf


Answer: D

Computer Science & Information Technology

You might also like to view...

While creating an Excel worksheet, several decisions will determine the appearance and characteristics of the finished worksheet. List and explain the general guidelines you should follow as you create a worksheet.

What will be an ideal response?

Computer Science & Information Technology

A bookmark for the ________ of the Web page is created automatically

A) end B) bottom C) top D) center

Computer Science & Information Technology

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

1. A Catch block of code that is initiated by the keyword Catch and doesn’t contain any additional terms will execute regardless of whether an exception occurred. 2. In a Try-Catch-Finally block, the Catch clauses are considered one at a time, in the order in which they appear in the code, until the proper exception is located. 3. When using Try-Catch-Finally blocks, the programmer is limited to three Catch blocks of code. 4. If an attempt is made to access a file within a missing folder using the OpenText method, the IO.DirectoryNotFoundException will be thrown.

Computer Science & Information Technology

A(n) ____________________ consists of predefined formatting that you can apply to selected text.

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

Computer Science & Information Technology