单项选择题

Dim arr(3) As String,则程序运行时会发生错误的语句是_________。

A、arr(4)="1234"
B、arr(0)=arr(1)+arr(2)
C、arr(0)+="1"
D、arr(3)=1