• 2022-06-12
    关于C语言的输入输出函数下 列说法正确的是()。
    A: 按指定类型和格式输出数据:printf()
    B: 按指定类型和格式输入数据:scanf()
    C: 输出单个字符:putchar()
    D: 输入单个字符:getchar()