The keyword used to transfer control from a function back to the calling function is called:

(A) Switch
(B) Goto
(C) Go back
(D) Return

Answer: (D) Return
The keyword used to transfer control from a function back to the calling function is called return.