程序#include<reg52.h>中,include表示预处理命令。
举一反三
- 使用scanf()函数时,在源程序开头必须写预处理命令( ) A: B: include <stdio.h> C: D: include <stdio > E: include <stdio.h> F: G: include <scanf.h>
- 一个C语言源程序中如果调用了函数fabs,那必须有编译预处理命令( )。 A: B: include <stdio.h> C: D: include <math.h> E: F: include <ctype.h> G: H: include <stdlib.h>
- 以下程序中错误的是( )。#include<reg52.h>main(){ while(1) { }} A: include B: reg52.h C: main D: while(1)
- C程序中,使用#include预处理命令只能包含“.h”后缀的头文件。
- 在当前页面中包含a.htm的正确语句是( ) A: <%@ include=”a.htm”%> B: <jsp:include file=”a.htm”/> C: <%@ include page=”a.htm”%> D: <%@ include file=”a.htm”%>