Computer Science, asked by chandramadhavojha, 2 months ago

The keyword use to transfer control from a function back to the calling function is ​

Answers

Answered by avni49768
1

Answer:

return keyword

The return keyword is therefore used to transfer control from a function back to the calling function. When it comes to FUNCTIONS option D) return is the correct answer as it transfers the control back to the calling fuction after execution of the called function.

Similar questions