填空题

若有以下程序: #include <iostream> using namespace std; int main() { char a; a=’H’-’A’+’0’; cout<<a<<end1; return 0; } 执行后输出的结果是 【6】

【参考答案】

G