表达式“tolower(B)”的值是。
若x中存放的字符是大写字母,则int tolower(int x)的返回值是对应的小写字母;若x中存放的字符不是大写字母,则返回值等于x的原值。故tolower(B)的值是b。