Q13
What is the value of a variable after it is declared but not initialized in C#?
A.
Depends on the data type
B.
0
AnswerC.
null
D.
undefined
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board