Answer:
C) lblDisplay.Text = txtInput.Text
Explanation:
A TextBox control is used to display, or accept as input, a single line of text, while the label control is generally used to display some informative text on the GUI which is not changed during runtime.
The lblDisplay acts as the variable which accepts input from users through the txtIput