Question

What is the significance of the 1 in the following statement?
fwrite(&number, sizeof(int), 1, fPtr);
(a) It specifies that the file is to be opened for updating.
(b) It specifies the number of elements in the array that should be written to disk.
(c) It specifies the byte size of the element being written to disk
(d) none of these

Answer

This answer is hidden. It contains 3 characters.