单项选择题
以下程序的输出结果是______。
#include<stdio.h>
#define FUDGE(y) 2.84+y
#define PR(
A.&nb
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
fgetc函数的作用是从指定文件读入—个字符,该文件的打开方式必须是______。
A.只读
B.追加
C.读或读写
D.以上均正确
点击查看答案&解析
单项选择题
以下对枚举类型名的定义中正确的是______。
A.enum a=one,two,three;
B.enum aone=9,two=-1,three');
C.enum a="one"two"three";
D.enum a"one"two"three";
点击查看答案&解析
相关试题
请读程序: #include<stdio.h> main...
下面程序的输出是______。 main()...
以下程序运行后,输出结果为______。...
若有程序 fun(int a,int b) static...
有以下程序: #include<stdio.h> mai...