Computer Science, asked by vikashcaf123, 1 month ago

What is Big integer in ?

Answers

Answered by unknowntitle000
1

Answer:

BigInteger class is used for mathematical operation which involves very big integer calculations that are outside the limit of all available primitive data types. For example factorial of 100 contains 158 digits in it so we can't store it in any primitive data type available.

Answered by Goldenstar06
0

Answer:

The biggest integer number is :2,147,483,647

Similar questions