Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / jayanth
Basically Parenthesis indicate the operations which
need to be carried out first ie according to the
BODMAS rule..SO in case of postfix or prefix expression
they are actualy conversions of the orginal standard
equation.Where the brackets have already been taken
into consideration,,,and the formed prefix/postfix
expression is the correct order of expansion of a given
mathematical statement..
| Is This Answer Correct ? | 149 Yes | 10 No |
Post New Answer View All Answers
Define right-in threaded tree?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What is bubble sort with example?
Can a null element added to a treeset or hashset?
What is the purpose of thread?
What type of data structure is used to perform recursion?
How do you sort large data?
What are the differences between b tree and b+ tree?
Can a binary tree be empty?
State the advantages of using postfix notations?
What is an object array?
What is precision?
Write the c program to insert a node in circular singly list at the beginning.
What is a B tree?
How do I use quick sort?