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

asked
User Kaychaks
by
8.4k points

1 Answer

0 votes

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

answered
User Pablo Montilla
by
8.1k points