Basic mathematical functions on Large sized integers.
This project comprises of the basic functions such as - addition, subtraction, multiplication, division, exponent, etc. done on large integers represented in the form of Strings due to memory constraints.
The code is written completely in C.