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 are cookies in c#?
What is asenumerable in c#?
What is managed or unmanaged code?
What is string concatenation?
What is distribute by in hive?
What is the difference between structure and class in c#?
What is a console application in c#?
What is xml serialization in c#?
Can we inherit static class in c#?
Is php easier than c#?
When would you use generics in your code c#?
What is garbage collection? How to force garbage collector to run?
Is null in c#?
What are access modifiers used for?
What is yield c#?