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 4372Post New iGate C Sharp Interview Questions
What is the logic testing?
Explain how you can set up Jenkins job?
What is the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
How to store decimal data in .net?
DIFFERNCE BETWEEN RESERVE AND FUND?
How much does a copy of windows 10 cost?
Why u choose recruitment as a carrer.?
What is the main function of microsoft access?
Why php is sometimes called as embedded scripting language?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What are the types of pipelines in jenkins?
What is hardware management console?
what is composition vat
What is the difference between set and select?
What is maximum pool size in ado.net connection string?