第23150题 单选
给定C++程序最后输出的是什么?
int a=65;
cout<<tolower(a)<<endl;
A

65

B

A

C

a

D

97

提交0次 正确率0.00%
答案解析