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 is the property of a class in c#?
What is the difference between a variable and a literal?
What is the function of .IsDescendent()?
Can properties be overloaded in c#?
What will be the output of the following code?
What is out int in c#?
What is generic delegate in c#?
What is a Jagged Array in C#?
what are implementation inheritance and interface inheritance?
what are the Disadvantages of vb
How to add controls dynamically to the form using c#.net.
When Should You Call The Garbage Collector In .net?
How Do You Convert A Value-type To A Reference-type?
Why are mutable structs evil?
What are sorted lists?