判断题
👁️ 浏览量:

试题题干

stdin是标准输出设备。

A

正确

B

错误

参考答案

正确答案:

试题解析

stdin是标准输入设备(通常为键盘);stdout是标准输出设备(通常为显示器)。