THERE IS DIFFERENCE AS O IS NOT 0 BUT O.
2007-03-22 00:33:24
·
answer #1
·
answered by shrihanumanbhakta 2
·
0⤊
0⤋
Click on Start, Programs, Accessories
There you will find the calculator.
Open the calculator and click on View. Change the view to scientific.
Enter 123 decimal.
If you click on the Hex button you will get 7B.
If you click on the Oct button you will get 173.
If you click on the Bin button you will get 0111 1011.
Now click on the Oct button and clear and then type 123.
Now you go through the motions and find the difference.
2007-03-22 07:45:41
·
answer #2
·
answered by AnalProgrammer 7
·
0⤊
0⤋
Assuming thats a zero and not the letter O....
In C / C++ (and Java?) to enter Octal ( base 8 ) numbers, you put a leading 0, similarly for hexadecimal constants you prefix 0x
Vivek
2007-03-22 08:54:00
·
answer #3
·
answered by rep_movsd 2
·
0⤊
0⤋
123 is in decimal but any number preceded by O then called as octal
2007-03-22 09:30:49
·
answer #4
·
answered by rama 2
·
0⤊
0⤋
No dfrnc dear..... given that its the number zero not the alphabet 'O'
2007-03-22 07:30:28
·
answer #5
·
answered by hackaback 2
·
0⤊
0⤋
c language is case sensitive.... if it a variable ... then it makes difference
2007-03-22 07:58:15
·
answer #6
·
answered by Rishi 3
·
0⤊
0⤋