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 5071Post New Reliance C++ General Interview Questions
i want test pattern of zylog company and some examples also
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Respected sir please send placement paper of bpcl
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
previous year paper of ntpc bhel for degree in electrical enng
What do you enjoy most being an Astronomer?
What do you do, and what is your professional background?
Do you know how to locate a link using its text in selenium?
write a programme to insert into elements in array?n finding duplicate characters in given sting?
1.Please tell me a little about your country. 2.How long have you been in the U.S.? 3.What do you remember about your education when you first started school? 4.Can you please tell me about the curriculum (classes) that you were required to take in high school? 5.How many students were in a typical class in your high school? 6.What were the classes like….was it mostly controlled by the teacher or did students work in groups and interact with one another as well as the teacher? 7.Are there differences between your school experience in your home country and the way classes are taught here? If the answer is ‘yes’, please describe the differences. 8.Do you think that high school was difficult and challenging or was it quite easy for you? 9.Did you enjoy high school? Why or why not? 10.Do you have anything else you’d like to tell me?
manhole chamber having height of 2300 mm and thickness of brickwork is 230 mm and dia of opening covering is 560 mm and bottom length vertical is 1500 mm (1:4) brick masonry and plaster 12 mm on both sides..how to estimate the no bricks used with mortar cement bags and sand for total chamber including plaster.
what is reverse repo rate,what is casual labour
define sql insert statement ? : Sql dba
How to get the index of the clicked field in reports in ABAP?
What kind of problems occurs if we do not implement proper locking strategy?