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 |
What is layout in mvc?
Explain bundle.config in mvc4?
What are the components required to create a route in ASP.Net MVC?
Speaking of Boolean data types, what's different between C# and C/C++ ?
Difference between Dispose and Finalize method
What is edm (entity data model)? : Entity framework
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
Changes to which portion of version number indicates an incompatible change
What you mean by routing in mvc?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
What are the 3 main components of an asp.net mvc application?