【判断题】在使用标准的输入 / 输出库函数时,应该在程序的开头使用编译预处理命令“ #include ”
举一反三
- 中国大学MOOC:在使用标准的输入/输出库函数时,应该在程序的开头使用编译预处理命令“#include”。
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: include <stdio.h> B: include <stdio > C: include <stdio.h> D: include <scanf.h>
- 在程序中使用字符串处理函数时,需在程序的开头使用编译预处理命令:#include <;string.h>;。
- 使用库函数前包含头文件stdio。h的正确命令是( )。 A: @include<stdio.h> B: #include<stdio.h> C: #include stdio.h D: #include”stdio.h”
- 在C程序中如果要哦用到系统提供的标准库函数中的输入、输出函数时,应该在程序的开头写上预编译命令