write a program to convert a expression in polish
notation (postfix) to inline (normal)
something like make 723+* (2+3) x 7 (not sure) just
check out its mainly printing expression in postfix form
to infix
No Answer is Posted For this Question
Be the First to Post Answer
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
to convert a string without using decrement operater and string functions
sir, i cannot find the way how to write aprogram by using array on queue
What are global variables?
Why C language is a procedural language?
Differentiate between a for loop and a while loop? What are it uses?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
what is the function of void main()?
How can I dynamically allocate arrays?
Do you know the difference between malloc() and calloc() function?
Is that possible to add pointers to each other?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?