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
Can hashtable have duplicate keys?
What is a static field?
Why dataset is used in c#?
Which controls do not have events?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Why is aws serverless?
How we convert private assembly into public assembly?
What are indexers in c# .net?
What are the properties of a string class?
Is string nullable in c#?
How is a loop recorder monitored?
What are the different types of delegates?
What is data binding with example?
Value Type and Reference Type Data type in C#?
What is the difference between internal and private in c#?