0

What is input&output?

C input &output

10th Oct 2020, 8:35 AM
Vishali N
Vishali N - avatar
3 Answers
+ 3
When we say Input, it means to feed some data into a program. An input can be given in the form of a file or from the command line. C programming provides a set of built-in functions to read the given input and feed it to the program as per requirement. When we say Output, it means to display some data on screen, printer, or in any file. C programming provides a set of built-in functions to output the data on the computer screen as well as to save it in text or binary files.
10th Oct 2020, 8:45 AM
Vijay Thakur
Vijay Thakur - avatar