Computer Science, asked by hardik2006, 11 months ago

input and output functions of gets in C language​

Answers

Answered by yogaabhishek
0

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.

Two main function are :

1. scanf() functions

2. printf() functions

The standard input-output header file, named stdio.h contains the definition of the functions printf() and scanf(), which are used to display output on screen and to take input from user respectively.

Similar questions