Why my gcc compiler doesn't issue error when I use break after return 0? (KNK Question)

后端 未结 0 2002
臣服心动
臣服心动 2021-02-02 10:09

In the book C Programming by K.N.King,

" ...

case 3: printf("Current balance: $%.2f\\n", balance); 
        break;
case 4: return 0;
default         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题