In Main function another function is there and to that
function if we pass string as parameter ,then that string
value is passed by value or reference type?
Answer Posted / madeshwaran
It will be passed as a value not as a reference.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which technology is best for desktop application?
What is the use of list in c#?
What is method overriding in c#
What does executescalar return in c#?
What is class sortedlist underneath?
What is the differences between datagrid, datalist and repeater in .net?
What is difference between singleton and static class in c#?
What you mean by inner exception in c#?
What are cookies in c#?
How is a strongly-named assembly different from one that isn’t strongly-named?
What is the use of convert toint32 in c#?
What is Implementation inheritance and interface inheritance?
Explain how can you clean up objects holding resources from within the code?
What is a method signature in c#?
What happens if a static constructor throws an exception?