单项选择题
调用系统函数labs时,应选用的文件包含是()
A.#include "stdih"
B.#include "strinh"
C.#include "ctyph"
D.#include "math"
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
设宏定义#define PI 3.1415926,用宏名PI替换的是( )
A.算术表达式
B.字符串
C.单精度实型数
D.双精度实型数
点击查看答案
单项选择题
若main()函数带参数,参数个数最多是( )
A.0
B.1
C.2
D.3
点击查看答案
相关试题
设 struct st {int i; int j; }...