0
main(){char a[]="Money";printf("%c",a[0]);}执行上面的程序段后,输出结果是()。
A、
M
B、
Money
C、
m
D、
Mon
出自:安徽继续教育在线-C++面向对象程序设计