单项选择题

循环for(i=1,j=6;++i!=--j;)s=i+j;将执行()

A.2次
B.3次
C.4次
D.以上均不是