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 2569Post New iGate C Sharp Interview Questions
Explain financial accounting.
Which report will you refer to know the material consumption at plant level?
What are the new features added to JDBC 4.0?
Can I use speech to text in word?
What actually happes when you add a something to arraylistcollection ?
How to use async await with promises in node js?
How do you extract post data in node.js?
Using VB, how can you change the Mouse Pointer?
What is a test frame?
That Schema is Best in Performance?
What is the selenium webdriver?
What is placenta? What are its functions?
What is ruby?
In cloud what are the optimizing strategies?
can any one explain end routine...like when it is used...and give an examole.......similarly for end routine..