单项选择题

以下选项中可作为C语言合法常量的是( )。

A.-80
B.-080
C.-8e1.0
D.-80.0e
<上一题 目录 下一题>
热门 试题

单项选择题
下列选项中,不属于模块间耦合的是( )。
A.数据耦合
B.标记耦合
C.异构耦合
D.公共耦合
单项选择题
有以下程序: #include<stdio.h> int f(int x) inc y; if(x==0||x==1)return(3); y=x*x-f(x-2); return y; main() int z; z=f(3);printf( %d n ,z); 程序的运行结果是( )。
A.0
B.9
C.6
D.8
相关试题
  • 有如下程序: #include<stdio.h> mai...
  • 请阅读以下程序: #include<stdio.h>...
  • 有如下程序: main() char ch[2][...
  • 下列程序执行后的输出结果是( )。 void...
  • 阅读下列程序,当运行函数时,输入asd af...