What is default value of bool in c#?


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

Post New Answer

More C Sharp Interview Questions

What is the use of base keyword? Tell me a practical example for base keyword’s usage?

0 Answers  


What does out mean in c#?

0 Answers  


How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


What are the main reasons to use c# language?

0 Answers  


How you will connect to windows directory in c#?

2 Answers   HP, nTech Solutions,


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


Can an array be null c#?

0 Answers  


Can You Prevent Your Class From Being Inherited By Another Class?

0 Answers   Siebel Systems,


Why are mutable structs evil?

0 Answers  


Explain synchronous and asynchronous operations?

0 Answers  


Categories