使用 getchar 和 putchar 函数时,必须在程序开头加上预处理命令#include < >。
举一反三
- 使用scanf()和printf()函数时,必须在程序开头加上预处理命令()。 A: #include B: #include C: #include D: #include
- 程序中需要使用printf、scanf、getchar和putchar等函数时,需要在程序源文件开头加上( )预处理命令。 A: B: define C: D: include "stdio.h" E: F: include "math.h" G: 什么都不需要加
- 使用getchar和putchar函数进行单个字符输入输出时,必须使用预处理命令”#include”包括()文件。 A: stdio.h B: stdlib.h C: math.h D: string.h
- 在程序中使用字符串处理函数时,需在程序的开头使用编译预处理命令:#include <;string.h>;。
- 使用scanf()函数时,在源程序开头必须写预处理命令() A: #include B: #include C: include D: #include