MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following standard C library functions will always invoke a system call when executed from a single-threaded process in a UNIX/Linux operating system? |
| A. | strlen |
| B. | malloc |
| C. | exit |
| D. | sleep |
| Answer» B. malloc | |