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 the difference between select and selectmany?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
who is a protected class-level variable available to?
Is string nullable in c#?
Is c# easier than c++?
Are value types sealed?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Why do we need nullable types in c#?
What is a service layer c#?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
Does constructor return any value in c#?
Is collection a data structure?
What are the 2 kinds of data type conversions in c#?
What is dll hell, and how does .net solve it?
How does dll hell solve in .net?