单选题 以下程序的运行结果是(    )。
   main()
   {  int k=4,a=3,b=2,c=1;
      printf('\n/%d\n",k<a?k:c<b?c  :a);)
   (A)4    (B)3    (C)2    (D)1
【正确答案】 D
【答案解析】