Computer Science, asked by ShaikRimsha, 3 months ago

print f() and scan f() belongs to
header file.

Answers

Answered by techmaster226778
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