Saved Bookmarks
| 1. |
A function cannot be difind another function. |
|
Answer» A FUNCTION cannot be defined INSIDE the another function, but a function can be CALLED inside a another function. Explanation: 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. |
|