Computer Science, asked by shristijaiswal875, 9 months ago

list the categories of library function give one example for each category​

Answers

Answered by suriyavocgmailcom
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