题目内容

有以下程序#include void f( int );main(){ void f( int );f(5);}void f( int n ){ printf("%d\n", n );return;}以下叙述中错误的是( )

A. f函数中不允许使用return语句,应该删除
B. 在主函数中,f(5) ;可以正确调用f函数
C. 在主函数后的其他函数可以正确调用f函数
D. f函数无返回值,定义成void类型是正确的

查看答案
更多问题

有以下程序#include int fun( int a, int b){ return a+b; }main(){ int x=6, y=7, z=8, r ;r = fun ( fun(x,y), z-- );printf (" %d\n" , r );}程序运行后的输出结果是( )

A. 21
B. 15
C. 20
D. 31

已中标的工程量清单单价,在施工结算中不能变更。()

A. 对
B. 错

不在雨季施工的工程可不计雨季施工增加费。

A. 对
B. 错

借土场的场地清理与拆除应列入清单202-1-a清理现场计量。

A. 对
B. 错

答案查题题库