State the advantages of using postfix notations?



State the advantages of using postfix notations?..

Answer / Krishan Pal Kasana

Postfix Notation has several advantages such as: easy to parse, no parentheses required (except for operations with a higher precedence), and it is easier to check for errors because every operator comes after its operands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which sorting algorithm is best for large data?

1 Answers  


What are the types of sorting?

1 Answers  


Can we use ordered set for performing binary search?

1 Answers  


How do you find the height of a binary tree?

1 Answers  


Explain linear linked implementation of Stack and Queue?

1 Answers  


why it is difficult to store linked list as an array?

1 Answers  


What is the difference between an array and vector?

1 Answers  


What do you mean by the term “percolate down”?

1 Answers  


What is the difference between null and void?

1 Answers  


What do you mean by collision in hashing?

1 Answers  


How to increase stack limit in w3wp.exe?

1 Answers   PUCIT,


Write a program for reversing the Single Linked List?

1 Answers   Honeywell, Zomato,


Categories