Computer Science, asked by Johnsons3949, 10 months ago

Keyword used to transfer control back from a function

Answers

Answered by bidyutpravabehera571
0

Answer:

key word used to transfer function back to calling function return

Answered by codiepienagoya
0

The answer is "return".

Explanation:

  • In the programming language, the return is a keyword that is used for holds return function value. A method may return a number, form of relation or values.
  • The return keyword is also used in the class. It is also used in a conditional statement.
  • The return keyword declaration ends the process execution and gives the calling function power.

Learn more:

  • How to use a return statement: https://brainly.in/question/1949379
  • Return function syntax: https://brainly.in/question/12068817

Similar questions