若x为int型变量,则以下函数fun的类型为 fun(x) { printf("%d",x);} A、返回值为void类型; B、无法确定返回值; C、返回值为int类型; D、无返回值 发布时间:2025-07-22 16:26:08