Computer-Graphics
December 26, 2024Z-buffer-Algorithm
December 26, 2024API
|
Question 1
|
An application programmer prefers using application programming interfaces rather than invoking system calls. Which of the following is NOT the correct reason for his preference?
|
APIs execute faster than system calls
|
|
|
APIs are easy to use
|
|
|
Use of APIs makes the program portable
|
|
|
APIs can potentially improve readability of the code
|
Correct Answer: A
