what is integer in PC
Answers
Answered by
3
Integer. An integer is a whole number (not a fraction) that can be positive, negative, or zero. Therefore, the numbers 10, 0, -25, and 5,148 are all integers. Unlike floating point numbers, integers cannot have decimal places. Integers are a commonly used data type in computer programming.
fardeenshaikh569:
take care
Answered by
0
An integer is a whole number data type that can contain positive, negative and zero as their values. An integer data type cannot hold the decimal values, characters or strings. This is the most commonly used data type in PC.
The integer data type can either be short or long. These data type is used whenever a numerical value, other than decimals, are used in any program.
Similar questions