Computer Science, asked by ravi49901, 1 year ago

What do you mean by input/output function

Answers

Answered by sandeepsudheerreddy9
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