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 a base class in C#?
Is it possible to nest cfml conditional tags?
Can a dictionary have duplicate keys c#?
Define multicast c# delegate?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Name the control which cannot be placed in mdi?
What is .cshtml file?
What does .length do in c#?
What are the Types of optimization and name a few and how do u do?
Why do we use classes?
Is lazy thread safe c#?
What are the uses of delegates in c#?
What is the difference between public, static, and void?
Why would you use untrusted verification?
Is system a class in c#?