填空题

以下程序的输出结果是______。
main()
char c=’z’;
printf("%c",c-25);

【参考答案】

a