what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / aravazhi
normally while we are passing values to other methods it
will pass copy of the values.But we use ref or out
parameter it pass reference of values.
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
What is a multicast c# delegate?
What does the initial catalog parameter define in the connection string?
What are anonymous functions in c#?
What is Implementation inheritance and interface inheritance?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is a delegate? How can it works?
What is the name of c# compiler?
Is enum a class c#?
What is the difference between int16 and int32 in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What are the different types of assemblies available and their purpose?
What are the benefits of using generics?
What are circular references? How garbage collection deals with circular references.
What is difference between ienumerable and enumerable in c#?
What is an extension method in c#?