Write a program to add or subtract two big integer numbers. “Big” refers to a number which is more than 30 digits. You can assume that the number may have MAXIMUM 100 digits. Your program should have the data structures to hold such a big number. Also it should have two functions viz Add and Subtract and a main function which demonstrates the usage of Add and Subtract.
e.g of one such operation 12334444446666666666888888812233 + 2222227889999999999 = 12334444446668888894778888812232...
can anyone help me how to solve this problem or how to approach this problem...
its urgent if any sample code or any related url so plz forward it...
Thanks in Advance..
Prashnat