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 3953

Post New Reliance C++ General Interview Questions


Reliance C++ General Interview Questions


Un-Answered Questions

If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

528


How do I reset my zoom settings?

340


full form of the various extensions

567


How do I list directories in dos?

298


Write a function in R language to replace the missing value in a vector with the mean of that vector?

102






What is the replica placement Strategy in Cassandra ?

52


What is flag?

444


What is difference between printf and scanf?

489


What do you think the role of test-group manager should be? Relative to senior management?

1643


Do you have the qualities and skills necessary to succeed in your career at Applebees?

687


What is the static method?

537


Tell us about the purpose of the converter tags in jsf.

58


Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?

512


What are the methods available in $http ?

436


What is natting? types of natting?

77