Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you insert a reference tab in word?

320


How do I scan and fix my external hard drive?

452


What are different types of JDBC Drivers?

523


Tell me the difference between value passing and address passing?

624


When was the first american rocket launched?

637






What is android os on my phone?

485


What is the difference between between and in condition operators?

526


How do you find which version of apache tomcat web server is running?

444


What are the four types of presentations?

97


Which reactor produces more fissionable material than it consumes ?

646


I and two of my friends were playing a game. For each win I get Rs 3. Totally I had three wins. Player 2 got Rs.9 and player 3 got Rs 12. How many games had been played?

1485


What is apply method in Scala? What is unapply method in Scala? What is the difference between apply and unapply methods in Scala?

7


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; } }

3288


How do I add gridlines to a table in word?

328


Should the this pointer can be used in the constructor?

546