How could we extend the range of values they respect?



We extend the range of values by changing the data types. Such as if a variable declare by int data type It’s range between -32768 to 32766.  We can extend it’s range by change the type long or other. If we change long then its range between -2147483468 to 2147483467.
Next Post Previous Post
No Comment
Add Comment
comment url