2.57 More show Procedures
★
Problem:
Write procedures show_short
, show_long
, and show_double
that print the byte representations of C objects of types short
, long
, and double
, respectively. Try these out on several machines.
Last updated
★
Problem:
Write procedures show_short
, show_long
, and show_double
that print the byte representations of C objects of types short
, long
, and double
, respectively. Try these out on several machines.
Last updated