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 output parameter and parameter array?



what is output parameter and parameter array?..

Answer / shadab

An output parameter is a mechanism to pass value as
reference.It is like a reference type parameter but one
differece in reference type and output type is
the variable that is passed as output parameter exists only
one copy in memory.
In case of output parameter variable can be
used without initializing i.e local varible can be used
without initializing.
output mechanism is also called out because value
is transfered outside the method.


And parameter array is a way to pass array as parameter


for more details->
Go to url -> www.shadab-programminghelp.blogspot.com

for details and to see code visit above mentioned url.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How does a function pointer returns a function pointer?

3 Answers   Wipro,


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


How many types of collections are there in c#?

0 Answers  


What is the difference between a variable and a literal?

0 Answers  


What is the difference between overriding and overloading in systemverilog?

0 Answers  


Is it possible to have a static indexer in c#? Allowed in c#.

0 Answers  


Illustrate the process of code compilation in c#?

0 Answers  


Why do we need generics?

0 Answers  


Differentiate between static class and singleton instance?

0 Answers  


Any .net training centers available near hitech city , hyderabad?

2 Answers  


What are the advantages of clr procedure over t-sql procedure?

0 Answers  


Categories