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 6742

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 3517

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

Define noconcatenation?

5


Explain the organizational structure of sap-ps module.

633


What are the benefits of polymorphism?

718


Do you know what is the way in which the html can be used to form elements?

201


what is the total power generation in india?

1818






Are you familiar with selenium? If yes, what is it?

912


Explain the code page compatibility?

731


Mention the types of variables available in Ruby Class?

638


What do you understand by Google Ad API?

237


How many types of local tables are there in sql server?

572


What does bubble sort do?

525


How we can multiple submit buttons in ASP.Net MVC

734


What you would like to wear traditional or western ?

3263


What is the difference between apex:pagemessages, apex:pagemessage, apex:message and apex:messages?

243


How do I locate my ip address?

716