Need help solving a C-based programming puzzle

前端 未结 5 1819
栀梦
栀梦 2021-01-13 14:32

I came across this puzzle here. I can\'t figure out why NONE is not printed. Any ideas?

#include
int main()
{
      int a=10;         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-13 14:58

    Since defa1ut is not keyword, it should be addressed with a case statement.

提交回复
热议问题