0
What is the use of printf?
5 Answers
+ 3
printf used to print the value.
Check here examples are given
https://www.sololearn.com/learn/C/2914/
+ 2
Check for more details
https://www.tutorialspoint.com/c_standard_library/c_function_printf.htm
+ 2
%d used to get numeric value from the input.
%s used to get string value from the input.
+ 1
ok what is the use of %d and %s
0
To print any output with or without string.