how many ways for pass the parameters in the fuction in c#
Answer Posted / 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 |
Post New Answer View All Answers
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain something about model, view and controllers in asp.net mvc?
Is .net core replacing .net framework?
How to use multiple submit buttons in asp.net mvc?
List out few different return types of a controller action method?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is associationset? : Entity framework
Explain RenderBody and RenderPage in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
What is the significance of nonactionattribute?
Explain the difference between viewbag and viewdata in mvc?
Is razor a server side?
How can I tell what .net framework is installed?
Where are the routing rules defined in an asp.net mvc application?
How to change the action name in ASP.Net MVC?