What is the significance of disk files?
Without files it is impossible to make program. Because without input we can't expect about output and unable to save result without files.ANSI C has huge collection of I/O functions.These files are called disk files. Programmer can made a file in an unformatted (machine readable) manner,or program can write to a file in a formatted (people readable) manner.