C# Programming - Functions and Subroutines - Discussion

Discussion Forum : Functions and Subroutines - General Questions (Q.No. 14)
14.
How many values is a subroutine capable of returning?
Depends upon how many params arguments does it use.
Any number of values.
Depends upon how many ref arguments does it use.
0
1
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vasu said:   8 years ago
Sub Routine doesn't return any value.

Post your comments here:

Your comments will be displayed after verification.