Quiz on System I/O and File Descriptors
Take a short quiz testing your understanding of system I/O and file descriptors.
We'll cover the following...
1
What is the main difference between standard I/O (stdio) and system I/O in C?
A)
Standard I/O uses file descriptors, while system I/O uses FILE* streams.
B)
Standard I/O is buffered, while system I/O typically performs unbuffered operations.
C)
System I/O automatically formats data before writing.
D)
System I/O is portable across operating systems, while standard I/O is not.
Question 1 of 50 attempted
...