#Shift operation in c
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
?
If c = 0xccee00 then c is also equal to 0x00ccee00 if c is a 32 bit integer.
Leading zeros aren't printed.
Look at the type of b.
b = 0x88aaccee ?
Wrong. Do what I said.
b= 0xccee
See why now?
!solved