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 Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
Explain unit test done by tester on development team?
what is entity framework?
what is mean by type-safe? Please answer me. Advance thanks.
explain why t4 entity is important in entity framework?
Explain the types of Scaffoldings.
What is a model in android?
Which is the base class for .net Class library?
What is definingquery in entity framework? : Entity framework
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??
Is any files are generated,when we are adding the web reference to the web service?
What are multicast delegates ? give me an example