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


Please Help Members By Posting Answers For Below Questions

What is the need of Action Filters in ASP.Net MVC

769


What is route config?

722


how do you mark a property as required? For example, for a project, the name is a required field.

778


What are the 3 main components of an asp.net mvc application?

732


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?

745






How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

671


Explain the advantage of packaging over xcopy in .net?

733


What are authentication filters in web api?

739


what do you mean by table-per-hierarchy?

789


What are Code Blocks in Views?

837


Is dapper better than entity framework?

728


Can we add constraints to the route? If yes, explain how we can do it?

961


What is basic authentication in web api?

705


What are the components of the .net framework.

763


What is entitytypes? : Entity framework

771