int g; f='a' //case matters g=f cout<<g;. You would output 97 because that is the decimal ascii value that is equivlent to a lowercase a.
確定! 回上一頁