单选题 难度 2
小写变大写要减多少?
下面代码的输出是( )。 char c = 'h'; cout << (char)(c - 32) << " " << (int)(c - 32) << endl;