Write the postfix form of the expression: (a + b) * (c - d)



Write the postfix form of the expression: (a + b) * (c - d)..

Answer / Amar Kumar Mandal

ac- b+nIn postfix notation, operations are written after their operands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are the different types of data structures explain briefly?

1 Answers  


What is hashing technique? Describe in brief.

1 Answers  


List the data structures which are used in hierarchical data model.

1 Answers  


What is the use of isEmpty() member methods?

1 Answers  


Define back edge?

1 Answers  


What are different techniques for making hash function? Explain with example.

1 Answers  


What are the applications of stack?

1 Answers  


Which is the best book for data structures and algorithms?

1 Answers  


Can treemap have duplicate values?

1 Answers  


What is immutablelist?

1 Answers  


Can we add heterogeneous elements into treemap?

1 Answers  


Is null allowed in list?

1 Answers  


Categories