print f() and scan f() belongs to
header file.
Answers
Answered by
1
Answer:printf() and scanf() functions are declared in “stdio. h” header file in C library. All syntax in C language including printf() and scanf() functions are case sensitive.
Similar questions