• 2022-07-25 问题

    使用scanf函数需要在头文件中添加___. A: B: include <stdio.h> C: D: include <ctype.h> E: F: include <float.h> G: include <iomanip.h>

    使用scanf函数需要在头文件中添加___. A: B: include <stdio.h> C: D: include <ctype.h> E: F: include <float.h> G: include <iomanip.h>

  • 2022-06-30 问题

    使用scanf()函数时,在源程序开头必须写预处理命令( ) A: B: include <stdio.h> C: D: include <stdio > E: include <stdio.h> F: G: include <scanf.h>

    使用scanf()函数时,在源程序开头必须写预处理命令( ) A: B: include <stdio.h> C: D: include <stdio > E: include <stdio.h> F: G: include <scanf.h>

  • 2022-06-06 问题

    在JSP中可动态导入其他页面的标签是( ) A: <%include/></textarea> B: <%@include%> C: <jsp:importPage/> D: <jsp:include/>

    在JSP中可动态导入其他页面的标签是( ) A: <%include/></textarea> B: <%@include%> C: <jsp:importPage/> D: <jsp:include/>

  • 2022-06-09 问题

    在当前页面中包含a.htm的正确语句是( ) A: <%@ include=”a.htm”%> B: <jsp:include file=”a.htm”/> C: <%@ include page=”a.htm”%> D: <%@ include file=”a.htm”%>

    在当前页面中包含a.htm的正确语句是( ) A: <%@ include=”a.htm”%> B: <jsp:include file=”a.htm”/> C: <%@ include page=”a.htm”%> D: <%@ include file=”a.htm”%>

  • 2022-06-09 问题

    一个C语言源程序中如果调用了函数fabs,那必须有编译预处理命令( )。 A: B: include <stdio.h> C: D: include <math.h> E: F: include <ctype.h> G: H: include <stdlib.h>

    一个C语言源程序中如果调用了函数fabs,那必须有编译预处理命令( )。 A: B: include <stdio.h> C: D: include <math.h> E: F: include <ctype.h> G: H: include <stdlib.h>

  • 2022-07-01 问题

    #include <reg51.h>与#include “reg51.h”是等价的。( )

    #include <reg51.h>与#include “reg51.h”是等价的。( )

  • 2022-06-16 问题

    下面哪个标签()是JSP静态包含的形式? A: <jsp:include> B: <%@include %> C: D: include E: <@include>

    下面哪个标签()是JSP静态包含的形式? A: <jsp:include> B: <%@include %> C: D: include E: <@include>

  • 2022-07-01 问题

    #include <reg51.h>与#include “reg51.h”是等价的。 A: 正确 B: 错误

    #include <reg51.h>与#include “reg51.h”是等价的。 A: 正确 B: 错误

  • 2022-06-19 问题

    使用#include <文件名>的形式比使用#include ____形式节省编译时间。

    使用#include <文件名>的形式比使用#include ____形式节省编译时间。

  • 2022-05-29 问题

    以下程序运行后的输出结果是 。#include <string.h>#include <stdio.h>main(){char s[20]=”goodgood!”,*sp=s;sp=sp+2;sp=’to”;puts(s);}

    以下程序运行后的输出结果是 。#include <string.h>#include <stdio.h>main(){char s[20]=”goodgood!”,*sp=s;sp=sp+2;sp=’to”;puts(s);}

  • 1 2 3 4 5 6 7 8 9 10