单项选择题

以下语句执行时,从键盘上输入Zhang,执行结果是______。 Dim a As String a=InputBox("Input","","Name") Print a

A.Input
B.Name
C.Zhang
D.空字符串