+ 1
Help me in c language
tell me difference between. int x=11; and int x=011;
6 Answers
+ 19
Keep this little reference in your back pocket
[http://www.interfacebus.com/Conversion-Gray-Code-number-base2-base-8-base16.png]
+ 7
For your reading pleasure:
https://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/hexoctal.html
+ 6
Left it a little late didn't we? Good luck!
Anyway,
Here is another source for learning. Explains it differently than the other page.
http://members.optusnet.com.au/hancj/hex_oct.html
+ 4
when your integer starts with 0, it's like an octal value
011 in octal = 9 in decimal
+ 3
001 = 1
...
007 = 7
010 = 8
011 = 9
...
017 = 15
020 = 16
...
+ 1
then.. how to calculate. its octal value...
tell me fast i have examination in half and hour.. and i have to find output of many programs