What is meant by collections in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is jit? What are the different types of jit?
Explain the top reason to use c# language?
Illustrate race condition?
How to block a class from being inherited further?
What does it mean?
What are access modifiers used for?
Is c# pass by reference?
What is session variable in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
Who benefits from ajax?
How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).
I want to single value if you give any integer value. Below are examples 1. Input: 123 Output: 6 2. Input: 99 9+9=18 1+8 Output: 9 How to get above output?