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 |
What is an actual parameter?
What are native functions?
Can int be null c#?
What is Dispose method in .NET ?
9 Answers 247Customer, KAP, TCS,
What are predicates in c#?
What is the components of window?
What are the types of constructors?
What is the difference between a variable and a literal?
Explain concurrency with aop?
What is a dbml?
Is string immutable in c#?
Is it possible to inline assembly or il in c# code?