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 4398Post New iGate C Sharp Interview Questions
What's the information that can be stored inside a bit column?
How would you add elements in TreevieW Control.
Explain me how do I prevent my images from being hot-linked by another website?
What is jpql in hibernate?
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
What are style triggers?
In depth questions regarding the data structures and the Databases used in the Projects developed.
Explain secure store and forward?
What is the what is the difference between invokeandwait() and invokelater()? ?
How do you configure check deposit?
Explain implicit classes with syntax?
Is oracle dba in demand?
How do you use br?
Why is jit so fast?
How do you update a table in sql?