list the categories of library function give one example for each category
Answers
Answered by
0
Answer:
The most common library functions responsible for input and output operations in C are: getchar (), Putchar (), scanf (), printf (), gets (), and puts (). The getchar () and putchar () are the functions used to accept a single character from the keyboard and display on the monitor.
Similar questions