Explain output of this C program

后端 未结 4 2071
我寻月下人不归
我寻月下人不归 2021-01-27 09:08

Found this code at C Puzzles.

#include

int main()
{
  int a=1;
  switch(a)
  {   int b=20;
      case 1: printf(\"b is %d\\n\",b);
                       


        
4条回答
提交回复
热议问题