how many ways for pass the parameters in the fuction in c#

Answers were Sorted based on User's Feedback



how many ways for pass the parameters in the fuction in c# ..

Answer / p. menaka

Value Parameters or default parameter
Reference Parameter
out put Parameter
Parameter(Params) Arrays

Is This Answer Correct ?    12 Yes 0 No

how many ways for pass the parameters in the fuction in c# ..

Answer / vinay

by class name

Is This Answer Correct ?    0 Yes 0 No

how many ways for pass the parameters in the fuction in c# ..

Answer / amit v

there are ways where we can pass the parameters in c#,which
are:
call by value
call by refernce
call by pointer using keyword 'out'

Is This Answer Correct ?    1 Yes 2 No

how many ways for pass the parameters in the fuction in c# ..

Answer / srikanth manda

byvalor byref

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Dot Net Framework Interview Questions

How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


What is edm in entity framework?

0 Answers  


Is .net framework dead?

0 Answers  


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


What is asp net framework?

0 Answers  






What is the property available to check if the page posted or not

1 Answers  


Explain representational state transfer (rest) in detail?

0 Answers  


Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.

1 Answers  


what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


What is namespaces

1 Answers  


what are abstract classes? what is overriding?

12 Answers  


What is the use of finalize and dispose eventhough garbage collector is working?

3 Answers   Kanbay,


Categories