Possible Duplicate:
“BigInt” in C?
Hi, I want to add & sub two large numbers like 1000000000000000000011 & 10000000000000000002311 using C programming. I know that we can only achieve by using character array. But I cant able to come up with an logic for doing it. So can anyone here help me out to solve this.