Report Bug
Qus : Which of the following keywords is used to return a value from a function?
QusWhich of the following keywords is used to return a value from a function?

A. exit
B. break
C. continue
D. return


Solution
D. return






Report Bug