Computer Science, asked by lv6484965, 4 months ago

which of the following in input statement in c​

Answers

Answered by Rameshjangid
0

Answer:- printf () function - Show Output scanf () function - Take Input getchar () and putchar () function.

As you have not given the option of the question so, i am providing you my answer after searching the question. If it is not as your requirement then please upload your full question again, then only we will be able to give you your satisfied answer.

C language offers us several built-in functions for performing input/output operations. Following are the functions used for standard input and output: printf () function - Show Output scanf () function - Take Input getchar () and putchar () function

Most C programs take data as input, and then after processing, the processed data is displayed, which is called information.

I/O operations are helpful for a program to interact with users. C stdlib is the standard C library for input-output operations. Two essential streams play their role when dealing with input-output operations in C. These are:

Standard Input (stdin)

Standard Output (stdout)

Standard input or stdin is used for taking input from devices such as the keyboard as a data stream. Standard output or stdout is used to give output to a device such as a monitor. For I/O functionality, programmers must include the stdio header file within the program.

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.

Please do provide full question next time when you upload and query. Then we will be able to provide you the correct and as per your requirement answer.

To know more about the given topic please go through the following

Link1:- https://brainly.in/app/ask?

Link2:- https://brainly.in/app/ask?

#SPJ1

Similar questions