

InterviewSolution
Saved Bookmarks
1. |
After the execution of a function, it is returned back to the main function by executing ....... keyword. |
Answer» After the execution of a function, it is returned back to the main function by executing return keyword. |
|