What does 0x mean in 0xFFFF3111 ?

Status
Not open for further replies.

lahrach

Full Member level 3
Joined
Feb 6, 2009
Messages
170
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,285
hi all


what does it mean (0xFFFF3111) , imean (0x) what is the signification of zero and x
thanks
 

Re: simple question

Hi buddy,
"0x" actually denotes that the following number is, in HEX format. It's just a convention, nothing else. Hope it helps....

Good Days
 

Re: simple question

As a "0b" represents that a number is binary in the same way the "0x" represents that the number is in Hex format.
 

simple question

0xFFFF3111 means that FFFF3111 is presented in hex data format. In some compilers it can also be presented as $FFFF3111 which means the same, ie, denoting hex file format.

Hope this helps.
Tahmid.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…