Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Reliance C++ General Interview Questions
Questions Answers Views Company eMail

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 3937

Post New Reliance C++ General Interview Questions


Reliance C++ General Interview Questions


Un-Answered Questions

What does len() do?

465


Is css a high level language?

259


what happens if dc supply is given and the remedies for it.

1253


What is the use of is_array() and in_array()?

520


What are different types of constraints?

484






What is postback in mvc?

1


What elements of oo design are most prone to abuse? How would you mitigate that?

502


What is cloud computing and why should we go for using cloud computing

673


What is the full form of fsck?

392


After transporting pi objects, the objects are not getting updated / created in the target system?

268


What is malloc() function?

602


Tell me what can be done to fix signal attenuation problems?

527


What do you know about population coding in subcortical like superior colliculus or cortical structures?

1400


Why java is call by value?

516


How to add code to the existing article (using improve article)?

563