Computer Science, asked by itzattitudegirly, 4 months ago

what is an input function used in ‘C’ programming for reading the

values from the user at runtime.

(​

Answers

Answered by rupayelwande1
0

Answer:

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. ... When you will enter the value, it will display the value you have entered on screen

Similar questions