Which of the following seek operations positions the file to the third integer in a file of integers?

A. fseek(spFile, sizeof(int), SEEK_SET);
B. fseek(spFile, sizeof(int) * 1), SEEK_SET);
C. fseek(spFile, sizeof(int) * 2), SEEK_SET);
D. fseek(spFile, sizeof(int) * 2), SEEK_CUR);
E. fseek(spFile, sizeof(int) * 2), SEEK_CUR);


Answer: C

Computer Science & Information Technology

You might also like to view...

A company would like to configure newsfeeds on the network for employees to be aware of internal company information. Which of the following ports would be used to allow newsfeeds to passthrough?

A. 25 B. 22 C. 119 D. 143

Computer Science & Information Technology

One of e-mail's main disadvantages is junk.

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

Computer Science & Information Technology

Suppose that you want to modify the number of minutes that lapse before Word's AutoRecover feature creates a backup copy of a currently open document. What Word feature enables you to do that and after changing the number of minutes, will the change apply to only the current document, or to others that you create or modify?

What will be an ideal response?

Computer Science & Information Technology

The PDF format captures all document elements, including fonts, graphics, and other display information

Indicate whether the statement is true or false

Computer Science & Information Technology