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 4980Post New Reliance C++ General Interview Questions
What can be deployed as a sandbox solution in sharepoint 2010?
when load increase in generator in island mode, why turbine rpm is reduced
Define left outer join?
Explain the relation between ajax and dojo?
Can I upgrade from windows 7 to 10 without losing data?
What is the difference between flex mode and confined mode?
List out the difference between union and union all in sql server?
How can AI help automate cybersecurity tasks?
What is an endpoint?
What is the relation between ssl and tls?
What do you mean by ms window?
What is execution plan in sql?
Given a table data (click to see the figure). And assume that this is on a device at 160 dpi?
how to configure mq?
What is join? Mention its types.