Can we return two values from a function?
Answer Posted / vijay
yes we can return two values with the help of out keyword
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is boxing & unboxing?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is a statement c#?
What is the difference between ref and out parameters in c#?
how to sort an array in c#
Differentiate between static class and singleton instance?
What do you mean by expression tree?
what is IComparable
What does console writeline do?
What is windows forms in c#?
In which situation(s), the use of "Delegate" is a good idea?
How do I make a dll in c#?
Why reflection is used in c#?
What is private in c#?
what is full assembly reference