Hello! You must store that huge numbers not as strings but as arrays of digits, so in C will be: int number[100]; Then you must write some functions or a class, which allow you to add, substract, multiple, divide, read and write these huge numbers. Once written it will be helpful in the future:)