What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / ranjanatyagi
the first one copy both the data and the structure i.e.
schema of the arry and the second one copy only the
structuere not data.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is c# most used for?
What is static and use of it?
What are the different types of classes in c#?
Is c# an open source?
Explain the Usage of web.config
What is the use of tryparse in c#?
Can you specify an access modifier for an enumeration?
Can a struct inherit from an interface in c#?
What is strongly typed view?
What are object pooling and connection pooling and difference between them?
What is the default value of singleordefault?
Tell us something about static linking and dynamic linking?
Explain About remoting and web services. Difference between them
What are access modifiers used for?
What are the benefits of using the aggregate method in linq?