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 3986

Post New Reliance C++ General Interview Questions


Reliance C++ General Interview Questions


Un-Answered Questions

If I have a view which is a join of two or more tables, can this view be updateable?

685


What are the core api’s of kafka?

289


What is meaning of 'synthesize' keyword ?

503


Explain what is the heterogenous?

495


How can fish safety be controlled?

1599






Define proxy in .net remoting?

561


What is the purpose of @expressionvalidator annotation?

586


what is child order

2147


What are best graduate schools for ai?

515


how to find anagram without using string functions using only loops in c programming

2708


Can you create sealed abstract class in c#?

476


How to transport objects from Production to Development?

1675


Transactions are used to treat sets of SQL statements atomically. State Whether True or False?

976


How do I write to the application configuration file at runtime?

518


What is Enum in Java?

677