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 |
Can you draw and explain the .NET Farmework?
what is explicit loading?
What is the advantage of mvc?
explain how you can load related entities in ef (entity framework)?
What is .net framework in simple terms?
What is Dependency Injection in ASP.Net MVC
Changes to which portion of version number indicates an incompatible change
In razor syntax, what is the escape sequence character for @ symbol?
What is .net core framework?
What are the 2 popular asp.net mvc view engines?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is layout in mvc?