I wrote the following C program to print out each byte of an integer:
#include #include union bytes { int number; char