下列选项中, 变量 num 运算结果是 47 的是? ( )
byte num = 0xEB;
num >>=2;
bitSet(num,2);
byte num = 0xEA;
bitClear(num,2);
byte num = 0xBE;
byte num = 0xAE;