PAGETURNER
BOX
REVIEW
GO
Enter the name of the function (system call) used for
opening binary files:
Answer here:
That is correct!
You've got it on the 2nd try.
You've got it finally!
Sorry, try again.
No, try one more time.
Please review Topic 1: Using Binary I/O Functions
FORGET1
The correct answer is open or open(), the function creat() may be
used for creating new files which may be written to as well.
Please enter the name of a function (system call)
for writing a specified number of bytes to a file:
Answer here:
That is correct!
You've got it on the 2nd try.
You've got it finally!
Sorry, try again.
No, try one more time.
Please review Topic 2: Using Binary I/O Functions
FORGET2
The correct answer is write()
The actual creation of a new file (binary/text)
is done by a function called:
Answer here:
That is correct!
You've got it on the 2nd try.
You've got it finally!
Sorry, try again.
No, try one more time.
Please review Topic 2: Using Binary I/O Functions
FORGET3
The correct answer is creat().