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
How can I send mail from within a c program?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are the parts of c program?
Can we change the value of constant variable in c?
What is a void * in c?
Can we declare function inside main?
Write a program to check armstrong number in c?
Why is it that not all header files are declared in every C program?
What is build process in c?
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
Find MAXIMUM of three distinct integers using a single C statement
What are the types of c language?
Explain what happens if you free a pointer twice?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What does 3 mean in texting?