#include<; reg51.h>;和#include" reg51.h",本质一样。
举一反三
- #include[ reg51.h]和#include" reg51.h",本质一样。
- #include <reg51.h>与#include “reg51.h”是等价的。( )
- C51程序,要使用51系列单片机的寄存器,需要在程序开头使用哪个头文件包含语句?【】 A: #include"reg51.h" B: #include"reg52.h" C: #include D: #include<intrins.h>
- C51单片机C语言的头文件语句的语法格式是() A: #include B: #include(reg51.h) C: #include; D: #include(reg51.h);
- #include 与#include “reg51.h”是等价的。(