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 4816Post New Reliance C++ General Interview Questions
What are the general considerations or best practices for defining your hibernate persistent classes?
design a or gate using transister
What is the use of clrscr?
What is java ee server?
what is pmrep command?
Is c# an open source?
What is the output of print str + “test” if str = ‘hello world!’?
What do you mean by ensemble learning?
Is a job split into maps?
Explain state records. What is its purpose?
What are the special characters?
If you had a choice debugging deadlock problem or a livelock Problem, which would you choose? Why ? How would you proceed?
What does ctrl f6 do?
What are many-to-many relationships and how can they be addressed in power bi ?
DEFINATION OF LABOUR ACT?