Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is "out" parameter how it is used in methods?

Answer Posted / bhavnasweet04

Out Parameter: Used to pass a parameter as a reference so
that the function called will set the value. This could be
used to return more than 1 value by a function.
e.g.

public int AddMuliply( int a int b out int c)
{
c a*b;
return ( a+b);
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what does .edmx file contains?

1133


what do you mean by table-per-type?

1139


what is use of entitydatasource control?

1144


Explain how you can send the result back in JSON format in MVC?

1033


Explain Sections is ASP.Net MVC?

1188


What is edm designer? : Entity framework

1041


Does .NET Framework support SAX?

1064


Explain Keep method in Tempdata in ASP.Net MVC?

1125


What is entityset? : Entity framework

1099


What is difference between razor and web form engine?

1200


what is entityclient?

1178


Explain tempdata in asp.net mvc?

1163


What is a razor file?

1028


How you can implement custom validation in asp.net MVC?

1135


Is .net core replacing .net framework?

1030