Can we return two values from a function?
Answer Posted / ish rastogi
in c# a function can return two values with the help of out
parameter.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the use of return in c#?
What are the basic string operations? Explain.
What is the use of delegates in c#?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
What do you mean by saying a "class is a reference type"?
What is scope c#?
Can we have multiple threads in one app domain?
Differentiate between sqlclient oledb and providers?
Give an example of a ctype.
What are concrete classes?
Why we use methods in c#?
What is an assembly loader?
Why are c# strings immutable?
What is parseexact c#?
For read-only operation which property you have to designated?