Input / Output Statements in C
Input/output is used for interfacing with outside world. Every programming language must provide a means to input some data into a program. This can be achieved by reading some input device, file, network, and so on. Similarly, every programming language must provide a means to output some data of a program onto screen, printer, file, … Read more