List of pre fefined function of stdio.H in c programming
Answers
Answered by
3
Answer:
include<stdio.h> is a header file in C library which contains many standard library functions for file input and output, such as printf() & scanf(). You cannot use these functions without including stdio.h in your program.
Similar questions