Vidyalelo
C# Programming · Q43

Variables and Constants in C Sharp

Programming · C# Programming · question 43

Q43

In C#, what is the default value of a boolean variable if not initialized explicitly?

A.
FALSE
Answer
B.
TRUE
C.
0
D.
null

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board