使用strlen()函数需要在源程序开头写预处理命令#include
举一反三
- 使用scanf()函数时,在源程序开头必须写预处理命令() A: #include B: #include C: include D: #include
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: include <stdio.h> B: include <stdio > C: include <stdio.h> D: include <scanf.h>
- 在程序中使用字符串处理函数时,需在程序的开头使用编译预处理命令:#include <;string.h>;。
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: B: include <stdio.h> C: D: include <stdio > E: include <stdio.h> F: G: include <scanf.h>
- 在使用puts(),strcat(),strcpy,strcmp,strlen等字符串处理函数时,要在程序的开头加上预编译指令#include 。(<br/>)