Are 'addition' and 'bitwise or' the same in this case?

后端 未结 6 792
醉酒成梦
醉酒成梦 2020-12-16 11:45

Say I have four 32-bit numbers, defined so that their bits don\'t overlap, i.e.

unsigned long int num0 = 0xFF000000;
unsigned long int num1 = 0x00FF0000;
uns         


        
6条回答
提交回复
热议问题