the question that interests me is about bitwise operators. I have not yet encountered the following operator. assert ((3 << 1) == 6); // 0011 << 1 == 0
assert ((3 << 1) == 6); // 0011 << 1 == 0