When I get a input as long datatype, the compiler does not accept the following number
0588235294117647
but if I place the zero other than first position, it is executed.
How can I declare the long number starting with zero ?
My Input
0588235294117647L------->Error
After Change
5088235294117647L------->No Error