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

Which is better malloc or calloc?

645


number of times a digit is present in a number

1538


How do we make a global variable accessible across files? Explain the extern keyword?

1416


Differentiate between functions getch() and getche().

618


Is c procedural or object oriented?

573






What is context in c?

537


All technical questions

1506


what is the different bitween abap and abap-hr?

1741


Who developed c language?

636


please give me some tips for the placement in the TCS.

1629


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

626


What are the types of macro formats?

600


Write a program to print numbers from 1 to 100 without using loop in c?

633


What are the types of i/o functions?

677