单项选择题

下列选项中,不能作为合法常最的是( )。

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

单项选择题
下面函数调用语句含有实参的个数为( )。 func((exp1,exp2),(exp3,exp4,exp5));
A.1
B.2
C.3
D.5
单项选择题
设有定义:“long x=123450L;”,则以下能够正确输出变量x的是( )。
A.printf("x=%d\n",x);
B.printf("x=%id\a",x);
C.printf("x=%dL\n”,x);
D.printf("x=%ld\n",x);
相关试题
  • 下列程序的运行结果为( )。 群include...
  • 有以下程序: #include<stdio.h> mai...
  • 若x=4,y=5,则x&y的结果是( )。
  • 以下标识符不是关键字的是( )。
  • 下列叙述中正确的是( )。