Interview Questions What is printf() function in C. What is scanf() function in C. What is printf() function in C What is scanf: The function int printf(const char *format, …); writes a formatted string to stdout(standard output device). If format contains format specifiers (subsequences beginning with %), the additional arguments following format are inserted after formatting in ... Read more