# Problem ```c var4 = 13 & 6; ``` What is the value that would end up in the `var4` variable after executing the instruction `var4 = 0x1234abcd & 00x0000FF00;`? # Process ... # Answer