#include void print_bits(int x){ int i = sizeof(x)*8-1; while(i>=0){ if((x & (1<