关于continue的问题
外面一个for循环,里面一个swith语句,switch中的case里面有个continue,这个continue怎么用啊?如for(;;)
switch(c)
{case 1:putchar('a');continue;
case 2:putchar('a');}中的continue怎么用???
2010-04-18 15:06
2010-04-18 15:18
2010-04-18 15:43
2010-04-18 16:09
2010-04-18 16:29
2010-04-18 16:43
2010-04-18 17:05
2010-04-18 19:39
2010-04-18 20:30
2010-04-18 20:45