Input/Output in C

File I/O in C

File I/O in C is realized through a FILE object/thing and requires inclusion of <stdlib.h> in C, <stdlib> or in C++