Editor
Which of the following is TRUE for return statement in a function?
Difficulty: Easy
A: 
It can return one value only
B: 
It can return integer value only
C: 
It cannot return any value
D: 
It cannot be used in a function
Sponsored Ads