有如下程序段:
#include "stdio.h"

有如下程序段:
#include "stdio.h"
Int main()
{char c;
C=('z'-'a')/2+ 'A';
Putchar(c);
Return 0; }
输出结果为

A.M

B.N

D.Q

正确答案是A