Is it possible to add two 50 digit numbers in .net? If yes
what is the code snippet?
Answer Posted / rahul s
No.. It gives compile time error saying integral constant is too large.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is int tryparse in c#?
What is a virtual property. Give an example?
What is ado net in c#?
Explain the term inheritance in C#.
State the top.NET class that everything is derived from?
How many bytes is an int in c#?
How do I develop c# apps?
In .Net, what is an assembly? Also explain the type of assembly.
How do you serialize an object?
How do you encapsulate in c#?
Is and as in c#?
What is the difference between first and firstordefault?
What is difference between array and arraylist c#?
Explain the role of the datareader class in ado.net connections?
Are classes passed by reference in c#?