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 4907Post New Reliance C++ General Interview Questions
Explain the mechanism by which you can distinguish between transient (i.e. Newly instantiated) and detached objects in hibernate?
Can you please explain the types of queues?
What is the science of bioinformatics?
What is difference between gr blocked stock and blocked stock?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How do I change numbers to #value in excel?
How do you insert audio into powerpoint?
Explain Speech Coding.
What is the difference between var and val ?
What are the two types of variables?
How many pins do serial ports have?
What is wsdl file?
What are the basic object types? : sap abap hr
Do ssds lose data over time?