Assuming that a file has been properly opened and that all variables are valid, which of the following is not a valid function?
A. fread(&inArea, sizeof(int), count, spFile);
B. fwrite(&outArea, numElements, spFile);
C. if (feof(spFile)) ...
D. filePos = ftell(spFile);
E. fseek(spFile, -1, 0);
Answer: B
You might also like to view...
Together, software design, implementation, and testing are important pieces of software engineering.
Answer the following statement true (T) or false (F)
What happens if you forget your password to a password protected workbook?
A) It's not restorable. B) Microsoft can restore it for a fee. C) Send it to your network administrator. D) Open the Excel Options dialog box and go to Advanced and then click Password Restore.
A user interface makes an expert system easier to develop and use.
Answer the following statement true (T) or false (F)
The technology in which software automatically downloads information to your computer is called ________.
A. pull technology B. download C. push technology D. upload