单项选择题

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

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