Hindi, asked by Anonymous, 1 year ago

what is input function​

Answers

Answered by Anonymous
4

Input Functions

Input functions are the functions through which data is entered into the computer.

These functions can feed the data from standard input device like keyboard to the computer.

All types of data can be entered into the computer through these input functions.

Input Functions in C programming language

Answered by Anonymous
7

Answer:

Input means to provide the program with some data to be used in the program and Output means to display data on screen or write the data to a printer or a file.

C programming language provides many built-in functions to read any given input and to display data on screen when there is a need to output the result.

In this tutorial, we will learn about such functions, which can be used in our program to take input from user and to output the result on screen.

All these built-in functions are present in C header files, we will also specify the name of header files in which a particular function is defined while discussing about it.

Explanation:

Attachments:
Similar questions