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

What is domain class model?

0 Answers  


How to set the debug mode

1 Answers   4Cplus,


What is namespaces

1 Answers  


What is the necessity for singning an assembly with a strong name?

1 Answers   L&T,


Which is the institute which also caters to your personal development other than subject.

1 Answers   TCS,


what is entity framework?

0 Answers   Microsoft,


Difference between int and int32

1 Answers  


what is entity sql?

0 Answers   Microsoft,


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


Is any files are generated,when we are adding the web reference to the web service?

1 Answers  


Can we create the web service in windows application?

3 Answers  


Categories