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 3845Post New iGate C Sharp Interview Questions
Can we use DISP=SHR in output file in JCL
What does the dummy header in the linked list contain?
Does extended cell have any impact on the system? If yes, what?
How much of the internet does aws use?
What is single node cluster in Hadoop? for what all purposes Hadoop run on a single node cluster?
Tell me how can we change the maximum size of the files to be uploaded?
Explain how would you implement a recommendation system for our company's users?
What are internal and external commands in unix?
what is different between leaser of subsidary book and journal?
Specify the port number for dns?
how to calibrate Necleuonic level transmitter.?
what is elligibility criteria of hcl?
i want model written test paper for the post of analyst in IOCL(indian oil corporation ltd) any one pls help me
How do I do fill_in_the_blank for each file in a directory?
How to find the maximum value in a column in the db2 database?