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

Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


In which circumstances you used delegates?

5 Answers   HP,


What is entity framework used for?

0 Answers  


what is .edmx file and what it contains?

0 Answers   Microsoft,






How can I tell what .net framework is installed?

0 Answers  


What is net framework 3.0 ?

0 Answers  


what is a mvc in asp.net?

3 Answers   Cap Gemini, Elsinoir Technologies, HCL,


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


What is the difference between model view and controller?

0 Answers  


What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


mention what are the various methods provided by the dataset object to generate xml?

0 Answers   Microsoft,


Categories