i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem
1 4778Post New Reliance C++ General Interview Questions
Does creating an index lock the table?
Tell me why does a tilted gyroscope not fall?
How many commands are in sql?
Provide an example of xml.
What is shared memory in os?
What are prefix dereferencer?
How were the earth, sun and moon formed?
describe the constructional features of an auto transformer and its principle operation
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
Why angular is needed?
What is the importance of Site map in CRM?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What happens if you no create privilege in a database?
What is the for root method?
What is the importance of "method" attribute in a html form?