Prefix notation/Polish notation : It is the form of an expression obtained from preorder traversal of the tree representing this expression. So, in the prefix notation, operators must be placed before the operands.
Thursday, March 24, 2016
Home »
» What is Prefix notation/Polish notation With Example?
What is Prefix notation/Polish notation With Example?
9:14 AM
No comments
Related Posts:
Write the advantages of high -level language The advantages of high -level language : These are the advantages of high level language- Ease of understanding Naturalness Portability & Efficiency of use Ease of understanding : - A high… Read More
Write the necessary/motive of compiler The necessary/motive of compiler : A compiler is a program that reads a program written in one language - the source language & translates it into an equivalent program in another language - the target language. … Read More
What are the types of errors found in different phases of compiler? The types of errors found in different phases of compiler- The lexical analyzer may be unable to proceed because the next token in the source program is misspelled. The syntaxb analyzer may be unable to infer str… Read More
Write some advantages & limitations of parses Write some advantages & limitations of parses. Pass: When one or more phases are combined into a module then the module is referred as pass. A pass is read the source program to the output of the previous pas, … Read More
What is intermediate code? Why it is necessary in compiler? Intermediate Code : After syntax & semantic analysis the compiler generates an explicit intermediate representation of the source program. thsi, intermediate representation as a program for an abstract machine. It … Read More
0 comments:
Post a Comment