下列for循环语句的循环次数是:
for(int i(0), j(5); i=3; i++, j--);
A 3
B
无限

C 5
D
0

(分值:1.00分)