单项选择题

A.for(i < -1to 10reverse)print(i)
B.for(i < -0to 10reverse)print(i)
C.for(i < -1to 10)print(i)
D.for(i < -1to 11reverse)print(i)