单项选择题

在C语言函数定义中,下列返回语句格式不正确的是(      )。

A.return ;
B.return sum;
C.return (sum);
D.return {sum} ;