What is default boolean value in c#?



What is default boolean value in c#?..

Answer / Kundan Kumar

The default boolean value in C# is false.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can interface inherit class in c#?

1 Answers  


How do I develop c# apps?

1 Answers  


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

1 Answers  


Define constructor in c#.

1 Answers  


What is difference between int and int in c#?

1 Answers  


What is the difference between class and namespace?

1 Answers  


What operator means?

1 Answers  


What is the data provider name to connect to access database?

1 Answers  


What is the difference between const and static read-only?

1 Answers  


What is a variable in c#?

1 Answers  


Explain the mechanism of VB.NET/C# achieve polymorphism?

1 Answers   Siebel,


Can a constructor be private in c#?

1 Answers  


Categories