Computer Science, asked by snktssw567, 1 month ago

Explain input/output functions available in C in detail.​

Answers

Answered by rajputswayam3
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 venkatakrishna9881
0
Printf is the output function and scanf is an input function in C language
Similar questions