How can i handle and perform arithmetic operations on large numbers (23 digits) in C programming

Viewed 33

How to handle and perform arithmetic operations on a very large numbers in C programming.

I've used long and long long unsigned int datatypes but they couldn't handle up to 24 digits.

0 Answers
Related