. It is used to take input with the help of ____ and ____ respectively
Answers
Answered by
0
Answer:
stdio.h
Explanation:
the standard input - output header file , named stdio.h contains the definitions and functions
printf ( ) and scanf ( ) , which are used to display output on screen and to take input from user respectively.
Similar questions