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
How do I declare inout arguments in c#?
What are logical operators in c#?
Why use a singleton instead of static methods?
Explain the difference between user control and custom control. Also, explain their use.
How many types of constructors are there?
What is a c sharp?
What is xml c#?
Explain the role of the datareader class in ado.net connections?
What is windows application in c#?
Where static variables are stored?
What is Web.config?
Explain the difference between Response.Write () and Response.Output.Write ().
Is object an int c#?
Does c# do array bounds checking?
Is a games console a computer?