What is the difference between ref & out parameters?
Answer Posted / satya
ref keyword is used while passing the parameters by reference.
out keyword is used while passing the parameters by out
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the Types of optimization and name a few and how do u do?
What is difference between private, protected, and public in C#?
What is marshalling in c#?
What are the classes contained in a single .NET DLL ?
How much time will it take to learn unity?
What is the difference between array and arraylist in c#?
How do you create partial methods?
what is IDisposal interface
What is the difference between protected and private?
What is the difference between delegates and events in c#?
What is a protected class c#?
Is lazy t thread safe?
What is console write in c#?
What is func c#?
Explain the difference between the system.array.copyto() and system.array.clone()?