Monday 21 November 2016

Convert Infix Expression To Postfix Expression & Evaluate It Using C Programming

So here we implemented Stack Operation using C Program.  http://www.inicong.com/2016/11/stack-implementation-using-c.html
Now, We will implement one of its application using C Programming. Using this program we will be able to convert infix string to postfix string & evaluate it.

Simple example

(1) a+b is infix string.
(2) +ab is prefix string.
(3) Ab+ is postfix string.

From here You can Download the program.
http://www.4shared.com/file/KRAjUBI_/2TOP.html


Infix To Postfix Conversion & Evaluation











From here You can Download the program.
http://www.4shared.com/file/KRAjUBI_/2TOP.html

No comments:

Post a Comment