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

Answer Posted / khaja

stack only bcoz in memory the operations are done in stacks only

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code to generate divisors of an integer?

642


Write a program to generate random numbers in c?

664


What is nested structure in c?

614


What does 2n 4c mean?

720


What are the properties of union in c?

590






How is a macro different from a function?

656


How do I use void main?

632


List the difference between a 'copy constructor' and a 'assignment operator' in C?

637


What is the easiest sorting method to use?

635


What is enumerated data type in c?

627


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

764


What is static function in c?

635


Explain what is the difference between the expression '++a' and 'a++'?

627


What is the advantage of an array over individual variables?

744


Why is #define used?

790