Multiple Choice
Assuming a string variable named city has already been declared, which one of the following statements assigns the string literal "Vienna" to the variable?
A) "Vienna" = city;
B) city + "Vienna";
C) city("Vienna") ;
D) city = "Vienna";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: The C# language provides many data types
Q44: _ ("P" or "p") causes the number
Q45: When a math expression involves an int
Q46: A local variable cannot be accessed by
Q47: Which one of the following statements initializes
Q49: You can use the _ formatting strings
Q50: You can use a(n) _ to explicitly
Q51: In C#, you use the & operator
Q52: Which one of the following statements initializes
Q53: You can clear the contents of a