# Problem ```c var6 = var5 & 15 << 8; ``` Suppose `var6` initially contained `0x1234cdef`, what is the hex value that would end up in the `var6` variable after executing the instruction `var6 &= 2;`? # Process ... # Answer ...