InterviewSolution
Saved Bookmarks
| 1. |
Describe Returning Values From Subroutines? |
|
Answer» The VALUE of LAST expression which is evaluated is the return value of subroutine or explicitly, a returned statement can be used to exit subroutine which SPECIFIES return value. This return value is evaluated in perfect CONTENT BASED on content of subroutine call. The value of last expression which is evaluated is the return value of subroutine or explicitly, a returned statement can be used to exit subroutine which specifies return value. This return value is evaluated in perfect content based on content of subroutine call. |
|