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 are the types in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What happens when thread sleep () method is called?
What is the wildcard character in sql?
What is the difference between paramaterized constructor and copy constructor?
What is the example of predicate?
the c# keyword .int. Maps to which .net type?
How many variables do you need?
Difference between call by value and call by reference in C#?
Give examples for value types?
What are the differences between value types and reference types?
What is activator c#?
Explain the difference between // comments, /* */ comments and /// comments?
What can be done with c#?
What is a race condition?