有下列程序: main {int i,s=0,t[]={1,2,3,4,5,6,7,8,9); for(i=0;i<9;i+=2)s+=*(t+i); printf("%d\n",s); } 程序执行后的输出结果是()。
A.45
B.20
C.25
D.36
请帮忙给出正确答案和分析,谢谢!