What do you mean by input/output function
Answers
Answered by
1
Input and output functions in c are scanf() and prinf() in c. scanf() function is used to scan the the input and printf() function is used to print the output on the screen.
Similar questions