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
What is selector specificity?
Which asp object is often used to retrieve user information from forms?
What is @inject in android?
What is meant by stack and queue?
How can a customer can connect his SAP ECC system to his SAP CRM system
Difference in NS and TIA type HRC fuses
How do I unregister a dll in windows 10?
How you can stop the validation of ASP.NET controls from client side?
How can we navigate from one view to another using a hyperlink?
Give statistical data on Ehrlichiae ?
How would you Create a Query Builder and Explain its uses ?
Differentiate the session object and application object?
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.
If you worked for Dunkin Donuts, what are you doing?
Explain the sap document builder.