关于scanf()说法错误的是( )
A: 为输入函数
B: 为输出函数
C: 使用scanf()函数时必须用
D: include <stdio.h>把头文件包含进来
E: scanf()函数可以同时输入多个变量值
A: 为输入函数
B: 为输出函数
C: 使用scanf()函数时必须用
D: include <stdio.h>把头文件包含进来
E: scanf()函数可以同时输入多个变量值
举一反三
- 关于scanf()说法错误的是( ) A: 为输入函数 B: 为输出函数 C: 使用scanf()函数时必须用 D: include <;stdio.h>;把头文件包含进来 E: scanf()函数可以同时输入多个变量值
- 关于scanf()说法错误的是() A: 为输入函数 B: 为输出函数 C: 使用scanf()函数时必须用#include <stdio.h> 把头文件包含进来 D: scanf()函数可以同时输入多个变量值
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: B: include <stdio.h> C: D: include <stdio > E: include <stdio.h> F: G: include <scanf.h>
- 以下关于scanf()函数说法正确的是有: A: 使用scanf()函数可以输入整数 B: 使用scanf()可以输入小数 C: 使用scanf必须要导入stdio.h头文件 D: inta,b,c;scanf("%d%d%d",a,b,c);以上两条语句能正确的输入数据到变量a,b,c中
- 使用scanf函数需要在头文件中添加___. A: B: include <stdio.h> C: D: include <ctype.h> E: F: include <float.h> G: include <iomanip.h>