145k views
2 votes
Write the include directive needed to allow use of the various i/o functions and values such fprintf and fgetc.

User Kaychaks
by
6.0k points

1 Answer

0 votes

#include <stdio.h> //stdio stands for STanDard Input/Output

User Pablo Montilla
by
5.4k points