// before: binary equivalent 10000000 uint_8 t = 128;t<<1;// after: decimal equivalent : 0// after: binary equivalent 00000000