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


Please Help Members By Posting Answers For Below Questions

Does c# have functions?

656


What is use of private class in c#?

715


What is the difference between “dispose” and “finalize” variables in c#?

682


What is sorted list in c#?

655


Why c# is called c sharp?

640


What is scope c#?

627


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?

694


If you define a user defined data type by using the class keyword, is it a value type or reference type?

698


What is class method?

649


What is the difference between function and method in c#?

647


What is appdomain in c#?

662


How do I trim a space in c#?

631


What is a protected class in c#?

677


What is the advantage of dependency injection?

698


How many types of methods are there in c#?

706