Question

In the statement
fseek (fPtr, (account " 1) * sizeof(struct clientData), SEEK_SET);
why are we adjusting account by "1?
a) Because the account numbers start at 0 and the file starts at position 0.
b) Because the account numbers start at 0 and the file starts at position 1.
c) Because the account numbers start at 1 and the file starts at position 0.
d) Because the account numbers start at 1 and the file starts at position 1.

Answer

This answer is hidden. It contains 3 characters.