下述程序段的执行结果是 ( ) #include<stdio.h> void main() { int x; for(x=1; x<=100; x++) if(++x%3==0) if(++x%4=

admin2013-02-23  22

问题 下述程序段的执行结果是    (    )    #include<stdio.h>    void main()    { int x;    for(x=1; x<=100; x++)      if(++x%3==0)       if(++x%4==0)        if(++x%7==0)         printf("%d",x);    }

选项 A、75
B、76
C、77
D、84

答案4

解析
转载请注明原文地址:https://kaotiyun.com/show/7BJp777K
0

最新回复(0)