Vidyalelo
C# Programming · Q39

Variables and Constants in C Sharp

Programming · C# Programming · question 39

Q39

What is the data type of the following variable declaration: var name = "John";

A.
object
B.
string
Answer
C.
int
D.
None of the above

Answer: Option B

Solution

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