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
What are synchronous and asynchronous operations?
What is a view? What is the use of it?
What is eager and lazy loading in c#?
Which string method is used for concatenation of two strings in c#?
What is a collection class in c#?
What is lazy class in c#?
What is call back method?
What is boolean method?
What is the difference between const and readonly in c#.net?
Why linq is having select clause at the end?
What is an assembly qualified name? Is it a filename? How is it different?
what class is underneath the sortedlist class?
What are native functions?
Can we overload the main method in c#?
What is the difference between abstract and abstraction?