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 4269Post New iGate C Sharp Interview Questions
the conditional jump instruction in 8086 have a displacement of more than 1 byte.explain how would you tackle a situation in which it is required to branch,on some condition,to a location which is more than 120 bytes away.
What do you understand by the term job time – out and how can you overcome that?
Explain the different types of validations in jsf?
Explain tcp/ip model
we are small scale industry in production of rice & rice bran. Pls let me know how to take contract demand for our industry.. (for information we have total 600.hp)
What is parsing and its types?
What is use of set in python?
when do we need to use maxscratch parameter?
How many jsp scripting elements are there and what are they?
if tech transfer fails whay require to do?
Explain the difference between Response.Write () and Response.Output.Write ().
Can one improve the performance of sql*loader? : aql loader
Suppose my license expires today, will users be able to view dashboards or workbooks which I published in the server earlier?
What is the difference between synchronous and asynchronous updates?
Can we use update in sql function?