单选题
👁️ 浏览量:

试题题干

在C语言中,标准的输入设备stdin是指()

A

软盘

B

硬盘

C

显示器

D

键盘

参考答案

正确答案:

试题解析

stdin指向标准输入(通常为键盘)。显示器是stdout。