pertemuan 17 Desember 2015
File Processing
File definiton:-file is a collection of report
-Record is a collection of field
-Field is a block of byte
-Byte is a collection of bit
stdin:standard input stream
stdout:standard output stream
stderr:standard error stream
Text file saved in text format or ASCII File
Open file using fopen():
File*fopen(const char *filename,const char *mode);
Closing.fileusingfclose():
int fclose(fILE*stream);