填空题

以下循环体的执行次数是______。
#include<stdio.h>
main()
int j,k;
for(j=0,k=1;j<=k+1;j+=2,k--)
printf("%d\n",j);)

【参考答案】

A
热门 试题

填空题
-> 称为______运算符。