[ 单选题 ]

以下程序输出结果是()。
main()
{ char a='z';
  printf("%c",a-25);}
  • A、
    a
  • B、
    b
  • C、
    c
  • D、
    z