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 6911

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 3746

Post New iGate C Sharp Interview Questions


iGate C Sharp Interview Questions


Un-Answered Questions

What is the difference between a business partner and a partner function ?

682


How does jenkins authenticate users?

1


What are the types of array in c++?

786


What is the procedure to take modvat and its form number

2250


What does ios :: app do in c++?

757






explain the reference variable in c++?

770


Is wix a cms?

193


What are interactive reports?

809


An advertiser should group their campaigns by?

67


Explain time data type in sal server 2008?

714


What is the angle between the hour hand and minute hand in an analog clock?

941


How to make a column bigger and delete unique from table.

638


How did c++ get its name?

746


Five iportant parameters in transducer operation.( help me with correct ans.)

1650


What is the use of the underscore variable in repl?

343