Which of the following seek statements is not valid?
A. fseek(sp, 99L, SEEK_SET);
B. fseek(sp, sizeof(int), SEEK_CUR);
C. fseek(sp, -sizeof(float), SEEK_CUR);
D. fseek(sp, sizeof(char), SEEK_EOF);
E. fseek(sp, 99, SEEK_CUR);
Answer: D
Computer Science & Information Technology
You might also like to view...
Most ________ reports take on the general form of actual versus intended performance.
A) performance B) sales C) production D) data capture
Computer Science & Information Technology
In the context of creating storage on a disk, an unallocated area is one that does not contain a primary or extended partition.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Guidelines for developing a prototype are:
What will be an ideal response?
Computer Science & Information Technology
The property ____________ returns the number of dimensions of the array.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology