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.
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.