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 4362Post New iGate C Sharp Interview Questions
Tell me what is rss feed?
What is echo in shell?
what is the most challenging situvation r u phased while during testing?
What is meant by u-area?
How do you find duplicates in excel using vlookup?
What are the most important skills in negotiating and succeeding in sales?
What is IPSec?
Which property is used to change the background color?
What are all stats classes in the org.apache.pig.tools.pigstats package?
What is the ratio of grades m5, m7.5, m10, m15, m20, m25, m30, m35, m40?
how to do automated restart when a job abends?
During FEED, you will have all the information with regards to cable. How will you calculate the MTO for MV and LV Cables? what are your considerations?
What industries require filtered compressed air?
How would you access objects created in ActiveX Exe and ActiveX Dll
tell me about an important issue you encountered recently.