单选题
在C语言函数定义中,下列返回语句格式不正确的是( )。
A、
return ;
B、
return sum;
C、
return (sum);
D、
return {sum} ;
【正确答案】
D
【答案解析】
提交答案
关闭