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 4438Post New iGate C Sharp Interview Questions
What is an ejb context?
What is a fourier transform?
To configure enterprise search in back end, what is important perquisite for this?
1. Describe page life cycle?
How is output screen handled by sap gui.
What is the use of eucalyptus in cloud computing environment?
What are force platform sites?
What are the flags for general reporting?
Tell me the different types of sensors.
how to track user logged out or not? when a user is idle?
What impacts will the Internet of Things (IoT) have on Manufacturing Sector?
Hi Experts,Is SAP Solution Manager an inbuilt software within SAP System or do you have to purchase it from outside?Please answer this question asap.... Looking forward for your express reply...I have interview within 1-2 days. So, give reply to this query asap.. I would be very grateful to you for your timely help.Thanks in advance. Regards
what is the difference between stainless steel and alloy steel?
What do you mean by client?