which types of data structure will i use to convert infix to
post fix???

Answer Posted / abhishek munde

To convert the infix to postfix, STACK datastructure is
used. some may think about tree but by we only denote the
expression actual conversion is done through STACK.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the difference between exit() and _exit() function in c?

609


Explain indirection?

646


Explain how do you search data in a data file using random access method?

697


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2236


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1859






What is pointer in c?

742


What is floating point constants?

692


praagnovation

1780


how to find binary of number?

3439


What are variables and it what way is it different from constants?

786


Function calling procedures? and their differences? Why should one go for Call by Reference?

635


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3341


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

600


When should structures be passed by values or by references?

585


Why should I prototype a function?

642