Which of the following are not system calls?
B
Correct answer
Explanation
The getc() function is functionally similar to fgetc(),except that it is implemented as a macro.
It runs faster than fgetc(), but it takes more space per invocation and it's name cannot be passed as an argument to a function call. The getc is not a system call.