单项选择题

以下选项中,不能作为合法常量的是______。

A.1.234e04
B.1.234e0.4
C.1.234e+4
D.1.234e0
<上一题 目录 下一题>
热门 试题

单项选择题
下列叙述中正确的是______。
A.软件交付使用后还需要进行维护
B.软件一旦交付使用就不需要再进行维护
C.软件交付使用后其生命周期就结束
D.软件维护是指修复程序中被破坏的指令
单项选择题
以下四个程序中,完全正确的是______。
A.#include<stdio.h>
main();
/*programming*/
printf("programming! \n");
B.#include<stdio.h>
main()
/*/programming/*/
printf("programming! \n");
C.#include<stdio.h>
main()
/*/*programming*/*/
printf("programming! \n");
D.include<stdio.h>
main()
/*programming*/
printf("programming! \n");
相关试题
  • 设有定义:FILE*fw;,请将以下打开文件的...
  • 以下程序运行后的输出结果是______。...
  • 数据结构分为线性数据结构和非线性数据结构...
  • 已定义char ch= $ ;int i=1,j;...
  • 以下程序用于判断a、b、c能否构成三角形,...