Can we return two values from a function?
Answer Posted / abhinav kashyap
Using return statment, it is not possible to return more
than one value but if we use the Out parameters then we can
have return more than one value depanding upon how many
parameters u have given as Out Parameter.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Does c# have functions?
What is use of private class in c#?
What is the difference between “dispose” and “finalize” variables in c#?
What is sorted list in c#?
Why c# is called c sharp?
What is scope c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is class method?
What is the difference between function and method in c#?
What is appdomain in c#?
How do I trim a space in c#?
What is a protected class in c#?
What is the advantage of dependency injection?
How many types of methods are there in c#?