for reading input, which of the following system call is used
Answers
Answered by
0
Answer:
For reading input, which of the following system call is used? Explanation: The standard C library offers a set of separate functions to read a block of data. For example, to read a block of data fread is used, for reading a line fgets is used and for reading a character fgetc is used.
Similar questions