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 4370Post New iGate C Sharp Interview Questions
If I have 3 different work objects in my application, how to store them in three different tables?
What strategies can be used to adapt LLMs to a specific use case?
What is sdlc (software development life cycle)?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
What is your approach to find exit and BAdi?
plzz send in detail with answers of rrb section engineers model paper to my mail id sir.
Are Refrigerators & Deep Freezers the Inductive load ? How to calculate the Power Factor & hence the Output Power for them ?
Explain the tristate constants in vbscript?
Which rocket led apple to space?
How to declare the variables function in python?
What is the general flow of hibernate communication with rdbms?
What is the difference between essential and natural amino acids?
How to submit jcl through a cobol program?
what is delta posting red foreign exchange.
How many rows can pandas handle?