What is the meaning of 'scanf()' and 'printf()' in C?



Vikas Said

+0 -0

scanf() and printf() is comes under stdio.h header. It is used for input/output.
scanf()
This function is used for reading the input from console or output window.
printf()
This function is used for writing the output on console or output window.



Submit Your Response