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 |
How we can register the Area in ASP.Net MVC?
What is the difference between .net core and .net framework?
What are the possible razor view extensions?
What is html.renderpartial?
What symbol would you use to denote, the start of a code block in razor views?
How the ‘page lifecycle’ of ASP.Net MVC does works?
what are the aggregate functions in ASP.NET?
what do you mean by table-per-type?
What is the need of Action Filters in ASP.Net MVC
Explain .Net Framework? Why we use it?
What is controllercontext?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?