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
What are the properties of a string class?
What are the advantages of interface in c#?
What is strongly typed in c#?
How do I create a multilanguage?
Is c# good for beginners?
What is console application with example?
what are windows services?
Are arraylist faster or arrays?
What is a delegate in c#?
How to override a function in c#?
What is a custom attribute?
What is array and its types in c#?
What is a string c#?
Explain Constructor and destructor?
What is the difference between dataset and datatable in c#?