Computer Science, asked by vishal3919, 1 year ago

what is integer in PC

Answers

Answered by fardeenshaikh569
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
fardeenshaikh569: hmm
fardeenshaikh569: ❤.
fardeenshaikh569: when u will come online 2morow
Answered by phillipinestest
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