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

Why dependency injection is used in c#?

481


Is hashset serializable c#?

481


What is the use of ienumerable?

446


What is default value of bool in c#?

509


How does aspect oriented programming work?

499






Explain About sn.exe

488


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

467


What is helper method in c#?

481


what is IEquatable

551


What's the difference between System.String and System..StringBuilder in C#?

492


Can a class be private in c#?

482


What is a dbml?

489


Explain the use of SN.exe

583


What is the difference between structure and class in c#?

463


Explain the difference between private and shared assembly?

449