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 domain class model?
How to set the debug mode
What is namespaces
What is the necessity for singning an assembly with a strong name?
Which is the institute which also caters to your personal development other than subject.
what is entity framework?
Difference between int and int32
what is entity sql?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
Is any files are generated,when we are adding the web reference to the web service?
Can we create the web service in windows application?