What is "out" parameter how it is used in methods?
Answer Posted / bharani
A out parameter is a parameter option to pass value to the
calling function. If a function needs to return multiple
values to the calling function the it is best to use out
parameter whereas return parameter can be used for
returning only one value.
An out parameter should be marked with an out keyword, and
the parameter should be initialized inside the function.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Which .net framework is installed?
How we can call a javascript function on the change of a dropdown list in mvc?
What is meant by domain model?
What is object service? : Entity framework
What is code first? : Entity framework
What is basic authentication in web api?
Which are the important namespaces used in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Is the following route definition a valid route definition? {controller}{action}/{id}
What are the options can be configured in AJAX helpers?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What is associationset? : Entity framework
Is it possible to create a custom filter?
What is viewbag title?