What is integer?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is integer??

8th Aug 2017, 8:58 PM
rajmit kevadiya
rajmit kevadiya - avatar
8 Answers
+ 5
@James Negatives are not whole numbers!!!
8th Aug 2017, 9:08 PM
aklex
aklex - avatar
+ 5
In mathematics, the standard for whole numbers is any number above 0 that isn't a fraction. The word integer in mathematics is the samething, but includes negative numbers, hence why it's called int in c++
8th Aug 2017, 9:24 PM
aklex
aklex - avatar
+ 5
number with no decimal point
8th Aug 2017, 9:42 PM
Omar
Omar - avatar
+ 4
A number that has no decimal, can be negative or positive, and typically is represented with 4 bytes. unsigned int on the other hand can only be positive numbers, which means the maximum value it can represent is larger because an extra bit does not have to be used to indicate whether the number is negative or positive
8th Aug 2017, 9:20 PM
aklex
aklex - avatar
+ 3
1 is an interger -56 is an interger 9009 is an interger 1984 is an interger
10th Aug 2017, 12:31 PM
Manual
Manual - avatar
+ 1
all whole numbers either +ve or -ve
9th Aug 2017, 2:39 AM
Ibejih
Ibejih - avatar
+ 1
integer is any number from negative infinity to positive infinity that doesn't has anything after the decimal
10th Aug 2017, 12:45 PM
Prabhakar Dev
Prabhakar Dev - avatar
0
aklex what is answer??🤔
8th Aug 2017, 9:09 PM
rajmit kevadiya
rajmit kevadiya - avatar