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 is uint64_t?
What is COM Interoperability?
Is c# slower than java?
Give some examples for built in datatypes in c#?
What is datareader c#?
User's session is explicitly killed by which method ?
What are the problem with .NET generics?
Is there regular expression (regex) support available to c# developers?
Why we use anonymous methods in c#?
can you declare an override method to be static if the original method is not static?
What is multicast delegate explain with example?
Write a program in c# to find the angle between the hours and minutes in a clock?
Define property in c#.net?
What is the difference between int16 and int32 in c#?
Explain synchronous and asynchronous operations?