which types of data structure will i use to convert infix to
post fix???
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prashant
stack is really used to convert infix to postfix
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / khaja
stack only bcoz in memory the operations are done in stacks only
| Is This Answer Correct ? | 2 Yes | 1 No |
the operator for exponencation is a.** b.^ c.% d.not available
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
how to reverse string "Hello World" by using pointers only. Without any temp var
Why does the call char scanf work?
What is New modifiers?
What are the advantages of Macro over function?
Explain the difference between struct and union.
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What does static variable mean in c?
why you will give me a job in TCS.
what is the difference between unix os and linux os
why we use "include" word before calling the header file. is there any special name for that include??????