单项选择题

运行下列程序的输出是   。
    main()
      {int k=1;
        {int k=2;  printf("%d",k);}
        printf("%d",k);  }
  

A.12
B.21
C.11
D.22
微信扫码免费搜题