Computer Science, asked by roshansm8610, 1 year ago

What is the standard input/output header file called in c?

Answers

Answered by MKamrulH
0

stdio.h  /*A header file. The file stored in language library function*/

Written in program: #include <stdio.h>

Similar questions