Multiple Choice
Which of the following statements would clear the text displayed in a Label control named cityLabel?
A) cityLabel.Text = "empty";
B) cityLabel.Text = "none";
C) cityLabel.Text = "clear";
D) cityLabel.Text = "";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: C# identifiers can contain spaces after the
Q32: The _ directives appearing at the top
Q33: Control names are also known as _,
Q34: Programmers commonly use _ in their code
Q35: _ allow you to resize a selected
Q37: _ is the default value of the
Q38: Once you have created a PictureBox control,
Q39: In the Designer, the PictureBox tool is
Q40: In code, if you want to clear
Q41: Which one of the following statements correctly