Home » C# Programming » 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.

Correct Answer: 2, 3, 5

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion