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 reference parameter?
what is out parameters?
what is difference these two?

Answer Posted / aravazhi

normally while we are passing values to other methods it
will pass copy of the values.But we use ref or out
parameter it pass reference of values.

Is This Answer Correct ?    17 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a multicast c# delegate?

1169


What does the initial catalog parameter define in the connection string?

981


What are anonymous functions in c#?

995


What is Implementation inheritance and interface inheritance?

1072


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

936


What is a delegate? How can it works?

1221


What is the name of c# compiler?

1198


Is enum a class c#?

914


What is the difference between int16 and int32 in c#?

1000


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

2229


What are the different types of assemblies available and their purpose?

953


What are the benefits of using generics?

1063


What are circular references? How garbage collection deals with circular references.

969


What is difference between ienumerable and enumerable in c#?

987


What is an extension method in c#?

1036