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 4902Post New Reliance C++ General Interview Questions
As an electrical engineer what are the responsibilities which i can hold in TCS?
Explain immunoglobulin (ig) e?
What are the csfs in the software project management ?
What is CTE in SQL
What is the full form unix?
Explain the internal working of a hash map?
How can you separate gold from mercury?
why we cannot protect 100% winding of an alternator by using differential protection?
Explain codeigniter file structure?
Define what is demodulation?
What is tag facebook?
a simple c++ program to calculate simple interst with its data members as private
What is code security?
How does actual cost of maintenance come on maintenance order?
Is cli same as the clr?