Vidyalelo
C# Programming · Q27

Variables and Constants in C Sharp

Programming · C# Programming · question 27

Q27

What is the value of a variable in C# after it is declared but not assigned a value?

A.
Depends on the data type
B.
0
Answer
C.
null
D.
undefined

Answer: Option B

Solution

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