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; } }
2 4495Post New iGate C Sharp Interview Questions
Hi any one send me the configuration steps for make to order and make to stock in sap .send to my mail id c.sujatha2008@gmail.com
I want the sample question paper of po exam of sbi?
Pls mail me utility & Dg related question with answer
What is the gross weight to copper ratio in slip ring induction motor of 4000 HP,6.6 kv, 372amp, 992 rpm GE motor.
sir please send me iocl written test paper in my e-mail account. i'll be obliged to you........ thank u roshan
What is a concurrency problem in dbms?
how was your last weekend.
Can any one please send me the hpcl question papers or pattern for ece branch please mail to sweetyastweety@gmail.com
My Client has a special requirement.That is How to transfer An Asset from One Plant to another Plant? Here, (Plant=Profit Center).Accumulated Depreciation amount must be transferred from One Profit Center to another Profit Center.( This is the requirement).
What is the IEEE norm for % increase of AMC for lifts year to year in a residential society.
how many reports have u created ? explain a few.
what is bcp? When does it used? : Sql dba
what will join in my company?
tell about u r business proceses?
Can automation testing replace manual testing?