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
Why does dllimport not work for me?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Distinguish between the Debug class and Trace class with its functionality?
What is event sourcing in c#?
What is strong data type in c#?
Is dictionary reference type c#?
What is disconnected data architecture in c#?
What is delegates in c# and uses of delegates?
What are the types of assembly available
Define a manifest in .net?
We cannot create instances of static classes. Can we have constructors for static classes?
How do you create empty strings in c#?
Are tuples mutable c#?
how to implement a web service in .net
What is boxing and unboxing in c#?