Vidyalelo
C# Programming · Q21

Variables and Constants in C Sharp

Programming · C# Programming · question 21

Q21

What is the default value of a boolean variable in C# 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