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 4440Post New iGate C Sharp Interview Questions
What is the use of divider?
Define thickener?
Why double trailing @@ is used in input statement?
Differentiate between structure and class in c++.
What is .net debug & trace?
Comparison between Secondary NameNode and Checkpoint Node in Hadoop?
Tell me what is executive in windows nt?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Which type of motor is used in trains, what is the rating of supply used explain working principal?
which has high compressive strength between hollow block and brick masonry?
How to set mysql variable in php?
Can you install windows without a cd or usb?
What are three versions if splunk?
Which is faster arraylist or linked list?
Do you have any plans for continuing your education?