I am an amature C programer. I can only use C Programing language.
I have a following code containing a loop in TC++IDE.
It is simple code for printing consecutiveNo. till given value,
it contains something like this:
i = 00100
in the above line when i enter 00100 the colour of normal integer value changes.(It changes to dark blue/Navy blue)
And when i use this in my loop. instead of repeating 100 times it repeats only "64" times. Same happens with any value which is like 023 instead 0f 23. Please explain what kind of IDENTIFIER/Variable is 00100 or values similar to it are. And Also explain Why does it happen so ? (64 instead of 100).
Regards and Thank You in advanced !