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 6581

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 3336

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

How a new regional manager will manage and develop his new assigned territory?

1335


What is the interactive job? What is the batch job?

588


how many vgs can be created in a lvm?

5


What is the rate of Excise duty for all goods Is der any Difference in rate of exice duty for Chemicals And Fabric

1761


Difference between contribute Vs Edit and Read Vs Edit?

438






What is the difference between I and G in Oracle?

607


How does file diff work?

487


Introduce yourself which is not present in your biodata?

1969


why u r shifting from engineering to other field ?

1719


Can we debug xml file?

459


How to set focus on the input field in angular 1.x?

427


When should the const modifier be used?

662


What is the difference between a declaration and a definition?

585


wht is different between defered tax liablities and defered tax assets??????

1321


Explain the use of inctype option in exp command.

598