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
In .NET which is the smallest unit of execution?
Expalin the way you implement inheritance by using VB.NET/C#?
How does a while loop work?
What is the namespace for datatable in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
How long can loop recorders stay in?
In .Net, what is an assembly? Also explain the type of assembly.
What is the difference between dll and lib?
What is asenumerable in c#?
Can we inherit a class with private constructor in c#?
How do switch statements work?
What is type system in c#?
What are the different types of comments in c#?
What is file extension of webservices?
Explain About stateless and state full web service