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 6560

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 3288

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

What is creative accounting?

652


What is difference between count (*) and count 1?

509


What are services in angularjs?

428


What does market survey mean?

680


What’s the difference between htmlentities() and htmlspecialchars()?

572






What do you mean power control in gsm technology?

513


What do you mean by string objects are immutable?

495


What is the crontab?

539


Write a program to download the contents from www.perlinterview.com/answers.php website in Perl.

532


Brief about ajax?

543


What are the popular apps of iphone?

555


What processor architectures are supported by the cloud connector?

5


what is the customization to be done when we save the purchase order sys should pass the mail to manager purchases for approval or release

1476


What is asynchrony in mq?

528


1.tell me five points of check list of an audit. 2.what do you checking in statutory audit.five main points. 3.what do you checking in internal audit five main points. 4.which five major points checking according to caro.

2801