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 3746Post New iGate C Sharp Interview Questions
What is the difference between a business partner and a partner function ?
How does jenkins authenticate users?
What are the types of array in c++?
What is the procedure to take modvat and its form number
What does ios :: app do in c++?
explain the reference variable in c++?
Is wix a cms?
What are interactive reports?
An advertiser should group their campaigns by?
Explain time data type in sal server 2008?
What is the angle between the hour hand and minute hand in an analog clock?
How to make a column bigger and delete unique from table.
How did c++ get its name?
Five iportant parameters in transducer operation.( help me with correct ans.)
What is the use of the underscore variable in repl?