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
What is data set in c#?
What is int32 maxvalue?
What are extender provider components? Explain how to use an extender provider in the project.
How many types of collections are there in c#?
What are constructors in c#?
What are the different approaches of passing parameters to a method?
Is array passed by reference in c#?
To create a localized application which namespaces are necessary?
What is field in c#?
What is reflection c#?
What is ienumerable t in c#?
What is inheritance in csharp?
How do you declare an arraylist?
In C#, explain the difference between overloading and overriding.
How do you access a constant field declared in a class?