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
What is the need of Action Filters in ASP.Net MVC
What is route config?
how do you mark a property as required? For example, for a project, the name is a required field.
What are the 3 main components of an asp.net mvc application?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain the advantage of packaging over xcopy in .net?
What are authentication filters in web api?
what do you mean by table-per-hierarchy?
What are Code Blocks in Views?
Is dapper better than entity framework?
Can we add constraints to the route? If yes, explain how we can do it?
What is basic authentication in web api?
What are the components of the .net framework.
What is entitytypes? : Entity framework