Is it possible to add two 50 digit numbers in .net? If yes
what is the code snippet?

Answer Posted / parham

Yes BigInteger: Represents an arbitrarily large signed integer.
https://msdn.microsoft.com/en-us/library/system.numerics.biginteger(v=vs.110).aspx

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between an reference type and value type in C#?

561


What is private constructor c#?

491


Are c# objects passed by reference?

461


What is stringbuilder c#?

504


What is short in c#?

521






What are the uses of namespaces?

602


What is the difference between gettype and typeof in c#?

451


What are annotations in c#?

521


What is the property of a class in c#?

490


What does void do in c#?

513


What is an iqueryable in c#?

497


What is the difference between parse and tryparse in c#?

488


i want o/p 011242110 in c# code.

1628


What is class method c#?

481


What is the difference between array and list in c#?

478