What is default value of bool in c#?



What is default value of bool in c#?..

Answer / Hament Kumar

The default value of a bool variable in C# is false.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is literal control

1 Answers  


Can abstract classes be final?

1 Answers  


Can we extend sealed class in c#?

1 Answers  


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

1 Answers  


What is method overriding in c#

1 Answers  


what are the differences between a class and structure

1 Answers   Cognizant,


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

1 Answers   MCN Solutions,


What are the 3 different types of arrays?

1 Answers  


What's the difference between a method and a procedure?

1 Answers  


Is int an object in c#?

1 Answers  


Is c# a strongly-typed language?

1 Answers  


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

1 Answers  


Categories