how many ways for pass the parameters in the fuction in c#
Answers were Sorted based on User's Feedback
Answer / p. menaka
Value Parameters or default parameter
Reference Parameter
out put Parameter
Parameter(Params) Arrays
| Is This Answer Correct ? | 12 Yes | 0 No |
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 |
explain what does .edmx file contains?
How can I stop my code being reverse-engineered from IL
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
what is way of loading data in ef (entity framework)?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
How can I return string result from action in asp.net mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is ASP.NET MVC?
What is .net framework used for?
Which are the important namespaces used in ASP.Net MVC?
what is the use of final method