单项选择题

A.integer name[ 2-5,10]
B.integer name[2,5 ,10]
C.integer name[2 ~ 5,10]
D.integer name[2 to 5,10]