what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / anna
a ref parameter must first be initialized before being
passed from the calling function to the called function.
but a out parameter need not be initialized, we can pass it
directly
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
Why to use lock statement in c#?
What is data binding c#?
What are get and set in c#?
What is the use of constructor in c# with example?
What is variable in c#?
List down the different ide’s provided by microsoft for c# development.
What is datagridview in c#?
What is difference between hashtable and dictionary in c#?
What is strong data type in c#?
What is difference between C# and VB.NET?
Are c# objects passed by reference?
What is the meaning of int parse in c#?
Why generics are used in c#?
Is python easier than c#?
How we can create an array with non-default values?