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
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is representational state transfer (rest) mean?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain entity lifecycle? : Entity framework
What is the difference between windows vista and .net framework 3.0 ?
What is the difference between viewbag and viewdata in mvc?
What are the possible razor view extensions?
Is .net core faster than .net framework?
Explain Model, view and Controllers in Asp.Net MVC?
Can you use Razor code in Javascript in ASP.Net MVC?
How to Create an Intranet Site Using ASP.NET MVC?
What is entitytypes? : Entity framework
what is use of entity container?
Explain how to use multiple submit buttons in ASP.Net MVC?