《锅炉大气污染物排放标准》(GB 13271—2001)中规定,按锅炉建成使用年限分为两个阶段,执行不同的大气污染物排放标准。Ⅰ时段是指()前建成使用的锅炉。
A. 1998年12月31日
B. 1999年12月31日
C. 2000年12月31日
D. 2001年12月31日
若各选项中所用变量己正确定义,fun()函数中通过return语句返回一个函数值,下列选项中错误的程序是()。
A. main() <……x=fun(2,10);……} float fun(int a,int b) {……}
B. float fun(int a,int b) {……} main() {……x=fun(i,j);……}
C. float fun(int,int); main() <……x=fun(2,10);……} float fun(int a,int B) {……}
D. main() <float fun(int I,intj); ……x=fun(i,j);……} float fun(int a,int b) {……}