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 verbatim string literal in c#?
Why we use anonymous methods in c#?
Explain About Web.config
What is difference between tostring() vs convert.tostring() vs (string) cast
What is definition in c#?
Are tuples mutable c#?
What is firstordefault c#?
Is c# int immutable?
is it possible to access a remote web service Without UDDI?
How are methods overloaded?
Why do we need indexer in c#?
What is a collection in c#?
What is default value of decimal c#?
What type is string in c#?
Is datetime immutable c#?