Set of multiple choice questions for programming with P15 prize
Programming is a discipline that attracts many young people interested. Not only that job opportunities after graduation with this job are extremely open. So, if you love programming, you should not ignore the following quiz series of Network Administrator.
Question 10. Give the DATA binary file containing the sequence of adjacent structures L struct T {.} x, and f is the file pointer to DATA. Choose the best sentence in the following sentences:
The command fseek (f, 10, SEEK_END) locates the file pointer to the 10th byte in the file
The command fseek (f, 10, SEEK_END); Locate the cursor to the end of the file
Assuming the file has n structures, the command fseek (f, n, SEEK_SET) will place the pointer to the final structure of the file.
Assuming the file has n structures, the command fseek (f, n, SEEK_CUR); will not change the cursor position of the file