Can a method return multiple values in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the use of console readkey in c#?

0 Answers  


What are modifiers in c#?

0 Answers  


why delegate is type safe?

0 Answers   IBS,


Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?

1 Answers  


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  






What is ado c#?

0 Answers  


What is sorting in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is hashmap in c#?

0 Answers  


What is difference between constants and readonly in c#?

0 Answers  


1)what is timestamp in C# (anilringole@gmail.com)

2 Answers   Wipro,


Categories