如果在程序中调用了strcat函数,则需要预处理命令#include <_____> 。 如果调用了gets函数,则需要预处理命令#include <_____>
举一反三
- 如果在程序中调用了strcpy函数,则需要预处理命令 。如果调用了puts函数,则需要预处理命令 。
- 如果在程序中调用了strcpy函数,则需要预处理命令 。如果调用了puts函数,则需要预处理命令
- 中国大学MOOC: 如果在程序中调用了strcpy函数,则需要预处理命令 。
- 一个C语言源程序中如果调用了函数fabs,那必须有编译预处理命令( )。 A: include <stdio.h> B: include <math.h> C: include <ctype.h> D: include <stdlib.h>
- 如果在程序中用到函数sqrt,则应在下列预处理命令的横线处填入。 #include <_______>