Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write a postfix expression to (a*(b+c/d)*d-e)

Answers were Sorted based on User's Feedback



Write a postfix expression to (a*(b+c/d)*d-e)..

Answer / shukla.swapnil

abcd/+*d*e-

Is This Answer Correct ?    48 Yes 2 No

Write a postfix expression to (a*(b+c/d)*d-e)..

Answer / piyush chitkara

abcd/+*d*e-

Is This Answer Correct ?    4 Yes 3 No

Write a postfix expression to (a*(b+c/d)*d-e)..

Answer / dinesh thiyagarajan

abcd/+*de-* is the correct answer

Is This Answer Correct ?    6 Yes 12 No

Write a postfix expression to (a*(b+c/d)*d-e)..

Answer / surindra

abcdde/+**-

Is This Answer Correct ?    2 Yes 21 No

Post New Answer

More Java J2EE AllOther Interview Questions

Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


what is filter ?

2 Answers   SolutionNET,


How do you create UserTransaction Object? How do you rollback a transaction in a method?

1 Answers   HCL,


How do I find jre path in windows?

0 Answers  


What is an algorithm in java collection framework? : java collections

0 Answers  


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


what is difference between web server and application server?

1 Answers   L&T,


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


What is the enumerator of the java collection framework? : java collections

0 Answers  


What is a constructor?

4 Answers  


Categories