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 / venkatpyla
it is not possible to define the another function in one
function,please give some clarification on the question. if
it is related to calling another function in one function by
default passing parameter is Valueby
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 2 types of data types available in c#?
What is unmannaged code and will CLR handle this kind of code or not .
What is the purpose of namespace?
How many bytes is an int?
how to sort an array in c#
What is fcl in c#?
What is the usage of OLE?
What's the difference between the debug class and trace class? Documentation looks the same.
What is string literal in c#?
What are the collection types can be used in c#?
What is final keyword in c#?
Explain the accessibility modifier protected internal?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What are the three types of predicates?
Why do we need constructors?