What?s the difference between the System.Array.CopyTo() and
System.Array.Clone()?
Answer Posted / gp_bellamkonda
Clone copies only data but not structure
array.copy copies structure as well as data
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are assemblies?
What is iformatprovider in c#?
what is IComparable
What is serialization of data?
What is the difference between dynamic and var in c#?
What do you mean by default constructor?
Which config file has all the supported channels/protocol?
Explain the working of serialization?
How many types of constructors are there in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What is a di class?
When do you generally use a class over a struct?
In howmany ways can you deploy an assembly?
What is definition in c#?
What will be the output of the following code?