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 |
Tell me the use of bit field in c language?
What is difference between structure and union in c programming?
What is the ANSI C Standard?
Explain what are bus errors, memory faults, and core dumps?
What is meant by high-order and low-order bytes?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Explain what is the difference between functions abs() and fabs()?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
1 1 12 21 123 321 12344231 how i creat it with for loop??
can any one tel me wt is the question pattern for NIC exam
What is a substring in c?
What is page thrashing?