DMP - Chapter 13


Storage Classes and Program Development

local & global variables

Storage classes:

Scope:

Linkage:

Type qualifiers:

Assignment #15: Due Feb. 20

Write a binary file reader. The prgram should print out the data in hexadecimal format and in ASCII, if printable. The output should print 16 bytes per line grouped in 2 bytes, then on the right hand side, there should be th ASCII equivalance of that line. Use . (period) for unprintable characters, e.g.:
7EAA 64E7 5621 8464 EEAA 6340 9A44   ~.@.8.T@..?(.,

Go to Ich's Home Page
Go to the Peabody Home Page
For comments or questions email to: ich@peabody.jhu.edu