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

iGate C Sharp Interview Questions
Questions Answers Views Company eMail

OOPs concept ?

1 6978

what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 3845

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

Can we use DISP=SHR in output file in JCL

1191


What does the dummy header in the linked list contain?

942


Does extended cell have any impact on the system? If yes, what?

756


How much of the internet does aws use?

144


What is single node cluster in Hadoop? for what all purposes Hadoop run on a single node cluster?

398


Tell me how can we change the maximum size of the files to be uploaded?

774


Explain how would you implement a recommendation system for our company's users?

51


What are internal and external commands in unix?

708


what is different between leaser of subsidary book and journal?

1729


Specify the port number for dns?

225


how to calibrate Necleuonic level transmitter.?

1875


what is elligibility criteria of hcl?

2064


i want model written test paper for the post of analyst in IOCL(indian oil corporation ltd) any one pls help me

2471


How do I do fill_in_the_blank for each file in a directory?

740


How to find the maximum value in a column in the db2 database?

844