| 1. | The keyword used to transfer control from a function back to the calling function is |
|||||||
Answer: Option D Explanation:
The keyword return is used to transfer control from a function back to the calling function. Example:
Output: |
