Answer Posted / siva
array is value type
Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
What is verbatim literal in c#?
What is wrong with the sample program below?
Explain the process of abstraction with an example?
How do I create a single-file assembly?
without modifying source code if we compile again, will it be generated MSIL again?
When is a class declared as a class abstract?
What Is A Multicast Delegate?
Distinguish between system.string and system.text.stringbuilder classes?
What are the basic string operations? Explain.
What is the difference between method overriding and method overloading?
What is null character in string?
How to find methods of a assembly file (not using ILDASM)?
How do I open the console window?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is Implementation inheritance