Can we return two values from a function?
Answer Posted / abhinav kashyap
Using return statment, it is not possible to return more
than one value but if we use the Out parameters then we can
have return more than one value depanding upon how many
parameters u have given as Out Parameter.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Define using statement in c#?
What does the initial catalog parameter define in the connection string?
What is Asynchronous call and how it can be implemented using delegates?
What floating point types is supported in C#?
Is there an equivalent to the instanceof operator in visual j++?
What are bitwise logical operators?
What are callback methods in c#?
Why do we Need of static class in c#?
Can you inherit from a static class in c#?
can you create a function in c# which can accept varying number of arguments
what is partial assembly reference
Is c# a technology?
What is a factory in c#?
What is the difference between “constant” and “readonly” variables in c#?
Is c and c# the same?