what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / aravazhi
normally while we are passing values to other methods it
will pass copy of the values.But we use ref or out
parameter it pass reference of values.
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
What is public void in c#?
How do I count the length of a string in c#?
What is an icollection in c#?
What are native functions?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is the use of main method in c#?
Can you instantiate a struct without using a new operator in c#?
What is parsing?
What is object array in c#?
What is a private class in c#?
What is poco c#?
What is difference between an Structure and Class?
What are Uses of CLR
Can we make a class private in c#?
What is the property of a class in c#?