write a function to add two 50 digit numbers in c#
Anand N
If your numbers are integers, just use BigInteger. If it is a floating point number, use double.
Using biginteger