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 3517Post New iGate C Sharp Interview Questions
Define noconcatenation?
Explain the organizational structure of sap-ps module.
What are the benefits of polymorphism?
Do you know what is the way in which the html can be used to form elements?
what is the total power generation in india?
Are you familiar with selenium? If yes, what is it?
Explain the code page compatibility?
Mention the types of variables available in Ruby Class?
What do you understand by Google Ad API?
How many types of local tables are there in sql server?
What does bubble sort do?
How we can multiple submit buttons in ASP.Net MVC
What you would like to wear traditional or western ?
What is the difference between apex:pagemessages, apex:pagemessage, apex:message and apex:messages?
How do I locate my ip address?