试题详情

在一个被调用函数中,关于return语句使用的描述( )是错误的。

A被调用函数中可以不用return语句

B被调用函数中可以使用多个return语句

C被调用函数中如果有返回值就一定要有return语句

D被调用函数中一个return语句可以返回多个值给调用函数