Comments on: Code to convert In-Fix to postfix notation https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/ Coding / System Design Interviews Mon, 25 Apr 2016 20:26:47 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Qasim shahzad https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1990 Mon, 25 Apr 2016 20:26:47 +0000 http://www.ritambhara.in/?p=226#comment-1990 i need this question answer
convert the following expression written in infix notation to post fix notation.
Show all the steps performed?
Q9) a: 5 * (6+2) – 12 / 4
Q9) b: (A+B ^D) / (E-F) + G

]]>
By: Kamal Rawat https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1989 Wed, 30 Sep 2015 04:04:21 +0000 http://www.ritambhara.in/?p=226#comment-1989 You need a combination of this post and a later post (which has code to evaluate a post fix expression) http://www.ritambhara.in/code-to-evaluate-a-postfix-expression/.
Formats of Input and outputs are defined in the post itself.

]]>
By: Nouman Saeed https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1988 Tue, 29 Sep 2015 15:23:24 +0000 http://www.ritambhara.in/?p=226#comment-1988 can u please give me the answer of this qustion
Write a program that gets an Infix arithmetic expression and converts it into postfix notation using Stack
• The program should then evaluate the postfix expression and output the result
• Your program should define the input and output format, enforce the format and handle Exceptions (exceptional conditions).
• Use appropriate comments at every stage of programming

]]>
By: Kamal Rawat https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1987 Fri, 25 Sep 2015 00:24:03 +0000 http://www.ritambhara.in/?p=226#comment-1987 Added the code.

]]>
By: Kamal Rawat https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1986 Fri, 25 Sep 2015 00:23:30 +0000 http://www.ritambhara.in/?p=226#comment-1986 In reply to Ryan.

added the code.

]]>
By: prada latest collection https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1985 Mon, 30 Mar 2015 07:07:21 +0000 http://www.ritambhara.in/?p=226#comment-1985 thank you for share!

]]>
By: Ryan https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1984 Tue, 02 Jul 2013 22:47:31 +0000 http://www.ritambhara.in/?p=226#comment-1984 Can you write the code?

]]>
By: abc https://demo.ritambhara.in/code-to-convert-in-fix-to-postfix-notation/#comment-1983 Mon, 01 Apr 2013 16:41:02 +0000 http://www.ritambhara.in/?p=226#comment-1983 Please write the program for this.Reply as soon as possible

]]>