Answer Posted / bhaskar
ByVal means only the value is passed to the calling function
but.. modifications will not reflect the original value..
ByRef means the address where the value stored is passes to
the calling function so the modifications made are reflected
to the original value..
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain deadlock?
What is an enumerator in c#?
What is double c#?
Where do I put dll files?
Is list immutable in c#?
How can we sort the elements of the array in descending order?
Define an abstract class?
What does void do in unity?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is the default value of boolean variable?
What is difference between for and foreach in c#?
Is python easier than c#?
What is local function?
What is cshtml?
Explain about c# language.