
hello,
What is different between int and bint?

hii,
nice Question
bigint can hold values from
-2(race to the power)63= (-9,223,372,036,854,775,808) to
2(race to the power)63 -1= (9,223,372,036,854,775,807)
and it takes 8 bytes
but in case of int
int can hold values from
-2(race to the power)31 = (-2,147,483,648) to
2(race to the power)31 =- 1 (2,147,483,647)
and it takes 4 bytes
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.