标题:请问,这是什么意思?
取消只看楼主
天下归我
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2014-3-8
结帖率:0
 问题点数:0 回复次数:0 
请问,这是什么意思?
# include <stdio.h>
int main (void)
{
   int i = 0;
   while (i < 3) {
     switch (i++) {
             case 0 : printf ("fat");
             case 1 : printf ("hat");
             case 2 : printf ("cat");
             default : printf ("oh no");
             }
             putchar ('\n');
             }      
   getch();
   return 0;
}
O(∩_∩)O谢谢
搜索更多相关主题的帖子: default include return 
2014-04-11 19:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-429974-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.044366 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved