/* PROBLEM 2 - C Solution */ /* Hamming distance problem */ #include #define MAXBITS 10 void display_string( bit_string, n) int bit_string[]; int n; { int count; for( count=0; count