what is used to accept input and give output of a program
Answers
Answered by
2
Explanation:
scanf() and printf() functions
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.
Answered by
1
Answer:
scanf() and printf() functions
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
Explanation:
I hope it helps you
Similar questions