Computer Science, asked by sandhunishant518, 17 days ago

Explain the input output in c language​

Answers

Answered by prabhakardeva657
22

\huge{ \underline{\boxed{\red{ \color{red}{\textsf {\textbf{An}{\color{blue}{\textbf {\textsf{sw}}{\color{green}{\textbf{\textsf{er}}}{\color{orange}{\textsf{\textbf{~:-}}}}}}}}}}}}}

An input device sends information to a computer system for processing, and an output device reproduces or displays the results of that processing.

Input devices only allow for input of data to a computer and output devices only receive the output of data from another device.

ʜᴏᴘᴇ Ɪᴛ ʜᴇʟᴘs

Attachments:
Answered by temporarygirl
2
  • 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.
Similar questions