Which is not an integer datatype
Answers
Answer:
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, integerscannot have decimal places. Integersare a commonly used data type in computer programming.
Answer:
The integer datatype is refers to the data type that basically represent the various mathematical range of the integer. The integer data type can be positive, negative and it can be zero as well. In the computer science, the integer are usually represent the group of the binary number or digits in the form of bits.
The floating point number is not the integer datatype as the integer data type are not allowed the negative and decimal number. Therefore, floating point is not the integer datatype.