Discussion :: Functions and Subroutines
-
Which of the following statements are correct about subroutines used in C#.NET?
- If we do not return a value from a subroutine then a value -1 gets returned.
- Subroutine definitions cannot be nested.
- Subroutine can be called recursively.
- To return the control from middle of a subroutine exit subroutine should be used.
- Subroutine calls can be nested.
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment