单项选择题

以下不合法的数值常量是【 】。

A.011
B.lel
C.8.0E0.5
D.0xabcd
<上一题 目录 下一题>
热门 试题

单项选择题
一个算法应该具有“确定性”等5个特性,下面对另外4个特性的描述中错误的是( )。
A.有零个或多个输入
B.有零个或多个输出
C.有穷性
D.可行性
单项选择题
有以下程序main( ){ char k; int I;for(i=1;i<3;i++){ scanf(“%c”,&k);switch(k){ case ‘0’: printf(“another n”);case ‘1’: printf(“number n”); } } }程序运行时,从键盘输入:01,程序执行后的输出结果是( )。
A.another    number
B.another    number    another
C.another   number   number
D.number    number
相关试题
  • 执行以下程序后,test.txt文件的内容是【...
  • 有以下程序:int a=2;int f(int n)...
  • 有以下程序:#include <string.h>stru...
  • 有以下程序:struct STU{ char num[1...
  • 以下程序中函数reverse( )的功能是将a所...