Multiple Choice
In the declaration: string color = "blue";
A) the string literal color is assigned to the string reference "blue"
B) the string reference color is assigned to the string literal "blue"
C) the string literal "blue" is assigned to the string reference color
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: If a method's arguments cause it to
Q30: The letter 'B' is greater than the
Q31: The proper way to convert a string
Q32: The string Split method is used to:<br>A)
Q33: When passed a white space,method Trim can
Q35: Exceeding the capacity of a StringBuilder causes
Q36: The asterisk (*)can be used to match
Q37: Method AppendFormat can be used to format
Q38: An example of a struct is:<br>A) an
Q39: The IndexOf method returns the indices of