Explain input/output functions available in C in detail.
Answers
Answered by
3
Answer:
These functions are used to permit the transfer of information between the computer and the standard input/output device. The basic input/output functions are getchar , putchar , puts , scanf and printf . The first two functions, getchar and putchar, are used to transfer single characters.
Explanation:
Answered by
0
Printf is the output function and scanf is an input function in C language
Similar questions