单项选择题
已知char a;使用scanf()函数输入一个字符给变量a,不正确的函数调用是()
A.scanf(“%d”,&a)
B.scanf(“%lf”,&a)
C.scanf(“%c”,&a)
D.scanf(“%u”,&a)
点击查看答案&解析
相关考题
