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 6549

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 3275

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

What is linq example?

63


What is difference between wpa and wpa2?

495


model question paper for supervisor trainee

1588


What is standard toolbar in ms word?

296


What is a function named parameter in scala?

1






How do I make exchange automatically send a welcome message to all newly created users?

545


what is capacitor voltage transformer?? how it is different from potential transformer?

1677


Where do you find the themes to install?

60


What is planned consumption and unplanned consumption?

2325


What is event-driven programming in node.js?

239


How do I switch from windows live mail to gmail?

402


What is ipc certified soldering?

471


What are the security parameter for xss in codeigniter?

595


How do you create a multiplication formula in excel?

251


Explain difference between risc and cisc processor?

456