InterviewSolution
Saved Bookmarks
| 1. |
Can A Function Be Compiled Without A Return Statement? |
|
Answer» YES, a function can be compiled WITHOUT a RETURN STATEMENT, but it cannot be executed. Yes, a function can be compiled without a RETURN statement, but it cannot be executed. |
|