# Problem ```c var5 = var5 | 7 << 2; ``` Suppose `var5` initially contained `0x44440000`, what is the hex value that would end up in the `var5` variable after executing the instruction `var5 |= 3 << 4;`? # Process ... # Answer ...