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
What is the difference between readkey and readline in c#?
What is the different types of private assembly and shared assembly?
What is action in c# 3.5?
What is the difference between serialization and deserialization in c#?
How can you reference current thread of the method ?
What is an xsd file?
What is use of hashtable in c#?
Why is lazy loading?
Is comparable a functional interface?
What are the uses of delegates in c#?
Can a class have static constructor?
Which program construct must return a value?
What is object pool in .net?
What is difference between ienumerable and list in c#?
What are c# attributes and its significance?