单选题
👁️ 浏览量:

试题题干

判断是否为大写字母的函数是()

A

isalpha()

B

islower()

C

isupper()

D

isdigit()

参考答案

正确答案:

试题解析

判断是否大写字母函数的函数首部为int isupper(int x)。