首页题库练习题目详情
C语言程序设计单选题中等

以下函数调用中,哪一个是正确的?

Aint a = (int)fun1();
Bint a = fun1();
Cint a = fun1(3);
Dfloat a = fun1();