单项选择题
设有如下程序段: int i=5; for(;i<=10;)i++; 执行完这段程序后,i的值是()
A.5 B.6 C.10 D.11
A.p=x B.p=*x C.*p=x D.*p=*x
A.'n’ B."a" C.'2’ D.'\101’