Computer Science, asked by remam2195, 10 months ago

List of pre fefined function of stdio.H in c programming

Answers

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