Re: Refer to the program below and let me know Why output is coming like this.
Posted By:
Misha_Dorman
Posted On:
Monday, April 30, 2001 03:41 AM
01 = 1 octal = 1 in decimal
02 = 2 octal = 1 in decimal
07 = 7 octal = 7 in decimal
08 = 8 octal which is not valid
09 = 9 octal which is not valid
10 = 10 octal = 8 in decimal
...
17 = 17 octal = 15 in decimal
18 = 18 octal which is not valid