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 |
Features in .net framework 1.1 ?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What are Model Binders in ASP.Net MVC?
what is entity framework?
who handles these error while writing the source code???.
Explain peek method in tempdata in asp.net mvc?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is objectset? : Entity framework
what is .net?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What's the difference between Java and .NET garbage collectors ?
What's the access level of the visibility type internal ?