Home » Archives for September 13th, 2009
Formatted Input Output in C++
Formatted Input Output in C++:
In formatted input/output data is stored in the file as a series of characters. One character or digit takes one byte to store n the disk. Thus the number 216.98 takes 6 bytes —one byte for each digit, including the decimal point. Similarly, data or records from these files are accessed in the same order in which they arc written on the disk.
...