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
What can we do to handle multiple exceptions?
Which is more efficient for loop or while loop?
What is thread in c#?
What is native image generator (ngen.exe)?
Can we inherit sealed class in c#?
Explain the role of the datareader class in ado.net connections?
Why do we use methods in c#?
What does using system mean in c#?
What is literal control
What does question mark mean in c#?
Can property be private in c#?
What is the difference between array and arraylist in c#?
How does aspect oriented programming work?
Explain the use of Mutex in C#?
What is a view? What is the use of it?