CBSE Class 12 Computer Science
Question 29 of 103
Working with Functions — Question 5
Back to all questionsreturn number
Reason — The syntax of return statement is :return <value>
According to this, the correct return statement is return number.