Skip to content

C program to convert a postfix expression to the infix expression with the evaluated answer

Notifications You must be signed in to change notification settings

Pranay2050/postfix2infix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

postfix2infix

C program to convert a postfix expression to the infix expression

The code will take a postfix expression as input(supported for the numbers only) and will return the evaluated answer.

For Example,

Postfix : 10 15 + 20

Result : 10 + 15* 20 = 500

About

C program to convert a postfix expression to the infix expression with the evaluated answer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages