InterviewSolution
Saved Bookmarks
| 1. |
Functions cannot return more than one value at a time |
| Answer» True, A function cannot return more than one value at a time. because after returning a value the control is given back to calling function. | |