What is the purpose of printf() & scanf() in C programimg ?
Answers
Answered by
0
Answer:
printf() is used to display the output and scanf() is used to read the inputs. printf() and scanf() functions are declared in “stdio. h” header file in C library.
Answered by
0
Answer:
printf is user to print data or display data
and
scanf is used to imput data or record data in c program
Explanation:
hope it will help you..
Similar questions