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

c) the string literal "blue" is assigned to the string reference color

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) XML does not allow for empty elements. 2) Individual units of markup are called tags. 3) Elements can have any number of attributes in their start tags. 4) XML-based languages are called vocabularies. 5) the code: , name is the namespace and deitel is the element name.

Computer Science & Information Technology

The Chart Styles gallery displays style options for the selected chart only.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology