Which of the following I/O functions does not read or write strings?

A. read/fread
B. scanf/fscanf
C. printf/fprintf
D. gets/fgets
E. puts/fputs


Answer: A

Computer Science & Information Technology

You might also like to view...

The Form Footer section displays information at the top of each form.

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

Computer Science & Information Technology

You can use a(n) ____________ control to display a graphic image on a form.

a. Image b. Graphics c. Texture 2D d. Picture Box

Computer Science & Information Technology

Figure 11.31 shows a bezier curve with start, end, and control points. Fill in the blanks to complete the statements for drawing this bezier curve. Assume the curve is drawn on a canvas with a rendering context, myContext.

1. myContext.___(___, ___);
2. myContext.___(___,___,___,___,___,___);

Computer Science & Information Technology

With ____, Flash will display the current frame plus two or more frames on the Stage at once.

A. motion tweening B. scrubbing C. onion skinning D. frame-by-frame animations

Computer Science & Information Technology