What is the value which is accepted by all data types ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can you declare a class or a struct as constant?

0 Answers  


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

2 Answers   Mind Tree,


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


How does array sort work?

0 Answers  


What does private void mean in c#?

0 Answers  






Can we create extension method for interface?

0 Answers  


Why is it important to override gethashcode when equals method is overridden?

0 Answers  


What is difference between class and abstract class in c#?

0 Answers  


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


What is command object in c#?

0 Answers  


What?s a delegate?

2 Answers  


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


Categories