Can we return two values from a function?
Answer Posted / srinivas.r
Function should have only one return statement,whereas
using out parameter its possible to send more than on value.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Distinguish between finally and finalize blocks?
Explain inheritance in c#?
What is datarelation c#?
Int map to which .net types?
Explain how do you convert a value-type to a reference-type?
What are the different types of constructors?
How do I do implement a trace and assert?
What's the difference between a static method and a non static method c#?
What is distribute by in hive?
What is writeline in c#?
What is the use of dll file in c#?
Can we override constructor in c#?
How to find methods of a assembly file (not using ILDASM)?
What is xml serializer?
What is type safe code?