Can we return two values from a function?
Answer Posted / ish rastogi
in c# a function can return two values with the help of out
parameter.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is parameters in c#?
Why do we use namespace in c#?
What is use of a HashTable in .NET?
What is the real use of interface in c#?
Which are the loop types available in c#?
What is different between Static Constructor and Private Constructor?
What are the different types of comments in c#?
What does protected internal access modifier mean?
Illustrate namespaces in c#?
Why do we use abstraction in c#?
Can we store different data types in arraylist in c#?
Explain the difference between a Private Assembly and a Shared Assembly
How can we set class to be inherited, but prevent the method from being over-ridden?
Is c# lazy thread safe?
What is dll in vb.net?