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 viewstart page in mvc?

0 Answers  


What operating systems will the .net framework 3.0 be available for?

0 Answers  


What are the ways to deploy an assembly?

3 Answers  


What are the mobile devices supported by .net platform

1 Answers  


what is entity graph in entity framework?

0 Answers   Microsoft,






What are the methods in Thread class?

3 Answers  


How you deploy .NET assemblies

1 Answers  


How to enable Attribute Routing?

0 Answers  


How to change the action name in mvc?

0 Answers  


what is csdl?

0 Answers   Microsoft,


what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.

1 Answers   Excel,


What are attributes

1 Answers  


Categories