Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, March 10, 2015

What is integer constant ?

An integer constant can store only decimal value without decimal point.  It can be either positive or negative.
By default it stores positive value if no sign precedes. The range of an integer constant is storing the value from -32768 to 32767 in 16 bit compiler and 2,147,483,647 in 32 bit compiler. Integer values are 113, -453, 0909, +323 etc. There is no comma and blank space is allowed.

No comments:

Post a Comment