单项选择题

下列代码运行后输出结果是( )。
Defstr C-F
Private Sub Command1_Click()
C$="123"
D="456"
Print C+D$
End Sub

A.123456
B."123456"
C.123+"456"
D.显示出错信