what is output function write its syntax
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.
Answered by
3
Answer:
The standard input-output header file, named stdio. h contains the definition of the functions printf() and scanf() , which are used to display output on screen and to take input from user respectively. When you will compile the above code, it will ask you to enter a value.
Similar questions