返回主页
学习人数: 6.5k
stroke-dashoffset="87*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 87%
未通过

以下程序的执行结果是______.

 #include <stdio.h>

  void main( )

  { int x=1,y=0;

    switch (x)

    {undefined

      case 1:

           switch (y)

           {undefined

            case 0:printf("first\n");break;

            case 1:printf("second\n");break;

           }

      case 2:printf("third\n");

    }

   }

A) first               B) first

   second               third

C) first               D) second

                       third

上面问题的答案是:
A A 选项
B B 选项
C C 选项
D D 选项
回答区域
提示
提示内容

登录后提交答案


暂无评论,来抢沙发