#include[reg51.h]是什么命令?
A: 函数
B: 主函数
C: 预编译
A: 函数
B: 主函数
C: 预编译
举一反三
- #include[ reg51.h]和#include" reg51.h",本质一样。
- 单片机程序都有#include [reg51.h]
- 12. #include [reg51.h]与#include “reg51.h”是等价的。
- 75.#include [reg51.h]与#include [reg52.h]是等价的。
- 一个C语言源程序中如果调用了函数fabs,那必须有编译预处理命令( )。 A: B: include <stdio.h> C: D: include <math.h> E: F: include <ctype.h> G: H: include <stdlib.h>