Vidyalelo
C# Programming · Q31

Miscellaneous in C Sharp

Programming · C# Programming · question 31

Q31

What does the "var" keyword do in C#?

A.
Declares a variable as a constant
B.
Specifies an implicitly typed variable
Answer
C.
Declares a variable as a pointer
D.
None of the above

Answer: Option B

Solution

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